Skip to main content

TdxCustomListView.ViewStyleSmallIcon Property

Provides access to the List View’s appearance settings in SmallIcon mode.

Declaration

property ViewStyleSmallIcon: TdxListViewSmallIconOptions read; write;

Property Value

Type Description
TdxListViewSmallIconOptions

Contains List View appearance settings in SmallIcon mode.

Remarks

Set the List View’s ViewStyle property to SmallIcon to switch the control to SmallIcon mode.

The following list shows the standard and Explorer styles in SmallIcon mode:

Standard Style
Standard SmallIcon Mode
Explorer Style
SmallIcon Mode in Explorer Style

Refer to the TdxListViewSmallIconOptions class description for information on available options.

See Also