TTMSFNCListBoxHeader Class
Header bar shown above the list box, displaying a title, optional sort indicator, and configurable font, fill, and stroke.
API unit family: TMSFNCListBox
Inherits from: TPersistent
Syntax
TTMSFNCListBoxHeader = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Fill | Background fill of the header bar. |
| Font | Font used to render the header text. |
| HorizontalTextAlign | Horizontal alignment of the header text. |
| Size | Height of the header bar in pixels. |
| SortIndicatorColor | Color of the sort indicator triangle drawn in the header when sorting is active. |
| Stroke | Border stroke of the header bar. |
| Text | Title text shown in the header bar; supports HTML formatting. |
| Trimming | Controls how overlong header text is trimmed when word-wrapping is disabled. |
| VerticalTextAlign | Vertical alignment of the header text. |
| Visible | When True, the header bar is displayed above the list box. |
| WordWrapping | When True, overlong header text wraps to multiple lines. |