TMlSkinListView

The skinned list view: a standard ListView with a skinned header and skinned scrollbars.

Category
List & tree
Unit
uMlSkinListView.pas
Inherits from
TMlSkinCustomListView

Notes

  • The header is styled with HeaderHeight, HeaderBgColor and HeaderPenColor.
  • Columns and items work exactly as on the stock ListView.
  • Scrolling is handled by HScrollBar and VScrollBar.

Properties 5

NameTypeDefaultDescription
HeaderHeightIntegerHeight of the column header in pixels.
HeaderBgColorTColorBackground colour of the column header.
HeaderPenColorTColorColour of the header separator lines.
VScrollBarTMlSkinScrollBarSettings for the vertical scrollbar; it looks and behaves like TMlSkinScrollBar.
HScrollBarTMlSkinScrollBarSettings for the horizontal scrollbar; it looks and behaves like TMlSkinScrollBar.

Events 1

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