How can I add UI components into the listview control?

  • Thread starter Thread starter Thomas
  • Start date Start date
T

Thomas

Hi!

Is it possible to add UI components (e.g comboboxes, checkboxes) to the
cells of listview control?

Best Regards,
Thomas
 
Peter,

Thank you for you answer.

Does it mean that I have to develop my own listview control from the ground
(instead of subclassing the normal listview control)?

Best Regards,
Thomas
 
I'm afraid so - However Alex's article contains a base implementation of an
OwnerDrawnList which you can add to so you don't have to start completely
from scratch.

Peter

--
Peter Foot
Windows Embedded MVP

In The Hand
http://www.inthehand.com
 
Thank you very much for your advice!

Thomas

Peter Foot said:
I'm afraid so - However Alex's article contains a base implementation of an
OwnerDrawnList which you can add to so you don't have to start completely
from scratch.

Peter

--
Peter Foot
Windows Embedded MVP

In The Hand
http://www.inthehand.com
 
Back
Top