Re: Virtual Listview
- From: Timo Kunze <TKunze71216@xxxxxx>
- Date: Thu, 11 Jan 2007 10:19:47 +0100
alpine schrieb:
The thing about a virtual list is that you must manage all of the dataNot the handle, but the icon's imagelist index.
yourself. If you dig into the listview docs, you'll find that the
struct passed in the LVN_GETDISPINFO notification message has an
"image" member and when the mask contains the LVIF_IMAGE bit, it means
that the listview is asking for the handle to the icon that you want
it to draw at the given location. At that point, you would pass the
desired icon handle to the listview for drawing.
Timo
--
www.TimoSoft-Software.de - the home of ExplorerTreeView
"Those who sacrifice freedom for safety deserve neither."
.
- Follow-Ups:
- Re: Virtual Listview
- From: alpine
- Re: Virtual Listview
- References:
- Virtual Listview
- From: ratz
- Re: Virtual Listview
- From: Timo Kunze
- Re: Virtual Listview
- From: ratz
- Re: Virtual Listview
- From: alpine
- Virtual Listview
- Prev by Date: Re: Virtual Listview
- Next by Date: Re: Virtual Listview
- Previous by thread: Re: Virtual Listview
- Next by thread: Re: Virtual Listview
- Index(es):
Relevant Pages
|
|