Custom ListView

  • Thread starter Thread starter dominique
  • Start date Start date
D

dominique

Hello

i would like to create a custom list view with draw custom graphics elements

i try to override OnDrawItem, but it doesn't work

could you help me please?
 
dominique said:
Hello

i would like to create a custom list view with draw custom graphics
elements

i try to override OnDrawItem, but it doesn't work

could you help me please?

Did you ensure that ListView.OwnerDraw is set to true?
 
Back
Top