Property | Type | Description |
---|
Method | Description | |
---|---|---|
ListViewEx ( ) : System |
Constructor
|
Method | Description | |
---|---|---|
WndProc ( Message &k_Msg ) : void |
The messages WM_MEASUREITEM and WM_DRAWITEM are sent to the parent control rather than to the ListView itself. They come here as WM_REFLECT + WM_MEASUREITEM and WM_REFLECT + WM_DRAWITEM They are sent from Control.WmOwnerDraw() --> Control.ReflectMessageInternal()
|