Home All Groups Group Topic Archive Search About

Updating ownerdrawn listbox without re-populating

Author
22 Sep 2006 9:23 AM
Jan
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.

Author
22 Sep 2006 9:57 AM
Ciaran O''Donnell
Call Invalidate might work

Ciaran O'Donnell



Show quoteHide quote
"Jan" wrote:

> 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.

Bookmark and Share