TTMSFNCListBoxItemHeightMode Enumeration
Controls whether all items share the same fixed height or can each have a different height.
API unit family: TMSFNCListBox
Members
| Name | Description |
|---|---|
lihmFixed |
All items are rendered at the same height specified by FixedHeight. |
lihmVariable |
Each item can have its own height set via TTMSFNCListBoxItem.Height. |