Updating ownerdrawn listbox without re-populating

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Short:
Is it possible to make an owner-drawn ListBox do a complete re-draw where
items are re-measured?

In my application a simple change to one of the items in the listbox could
result in a change in the height of the item and therefore the item has to be
re-measured.
 
Back
Top