Table of Contents

TTMSFNCListBoxItemsAppearance Class

Default appearance settings for all list box items, including fill, stroke, font, item height mode, and focus indicator.

API unit family: TMSFNCListBox Inherits from: TPersistent

Syntax

TTMSFNCListBoxItemsAppearance = class(TPersistent)

Properties

Name Description
DisabledFill Background fill for disabled items.
DisabledStroke Border stroke for disabled items.
Fill Background fill for items in their normal (unselected) state.
FixedHeight Item height in pixels used for all items when HeightMode is lihmFixed.
Font Default font used for all item text (overridden per item via TTMSFNCListBoxItem properties).
HeightMode Controls whether all items share a fixed height or each can have its own variable height.
SelectedFill Background fill for selected items.
SelectedStroke Border stroke for selected items.
ShowFocus When True, a focus rectangle is drawn around the focused item.
Stroke Border stroke for items in their normal (unselected) state.