how to draw listbox items with different itemheight when i selected a item
C#
2
Posts
2
Posters
0
Views
1
Watching
-
how to draw listbox items with different itemheight when i select a item? the example pictures at http://goldli.s75.53dns.com/2.jpg http://goldli.s75.53dns.com/1.jpg I know that use MeasureItem and DrawItem Method to draw,but i can only draw same height items.
-
how to draw listbox items with different itemheight when i select a item? the example pictures at http://goldli.s75.53dns.com/2.jpg http://goldli.s75.53dns.com/1.jpg I know that use MeasureItem and DrawItem Method to draw,but i can only draw same height items.
Check this out explains and demonstrates the func. you are looking for. http://www.codeproject.com/useritems/ExtendedListBoxControl.asp Hope it helps. Mike
Started out with nothing and still have most of it left!