Event handler signalled to render an owner drawn item.
Source position: comctrls.pp line 1593
protected property TCustomListView.OnDrawItem : TLVDrawItemEvent |
OnDrawItem is a TLVDrawItemEvent property which is the event handler signalled to render an owner drawn item. The event is triggered (when assigned) in the DrawItem method only when OwnerDraw is set to True and ViewStyle contains vsReport.
|
Indicates if owner-draw mode is used for the control. |
|
|
Sets one of ListView layouts: List (simple column), Report (few columns with full width), Icon (big icons), Small Icon (small icons, 16x16). |
|
|
Draws the specified list item with a given state. |