TMlSkinListView
The skinned list view: a standard ListView with a skinned header and skinned scrollbars.
Notes
- The header is styled with
HeaderHeight,HeaderBgColorandHeaderPenColor. - Columns and items work exactly as on the stock ListView.
- Scrolling is handled by
HScrollBarandVScrollBar.
Properties 5
| Name | Type | Default | Description |
|---|---|---|---|
HeaderHeight | Integer | — | Height of the column header in pixels. |
HeaderBgColor | TColor | — | Background colour of the column header. |
HeaderPenColor | TColor | — | Colour of the header separator lines. |
VScrollBar | TMlSkinScrollBar | — | Settings for the vertical scrollbar; it looks and behaves like TMlSkinScrollBar. |
HScrollBar | TMlSkinScrollBar | — | Settings for the horizontal scrollbar; it looks and behaves like TMlSkinScrollBar. |
Events 1
| Name | Type | Default | Description |
|---|---|---|---|
OnScrollBarChange | TNotifyEvent | — | Fires when the scrollbar position changes. |
Only the properties and events MLSkin adds are listed here. Standard VCL properties such as Align, Anchors, Font and OnClick are available too and behave exactly as on the stock controls.
Offline helpA PDF / CHM version is available for offline reading.