TdxCustomShellListView.ViewStyleIcon Property
Provides access to the Shell List View control’s appearance settings in Icon mode.
Declaration
property ViewStyleIcon: TdxShellListViewIconOptions read; write;
Property Value
Type | Description |
---|---|
TdxShellListViewIconOptions | Contains Shell List View appearance settings in Icon mode. |
Remarks
Set the Shell List View control’s ViewStyle property to TdxListViewStyle.Icon
to switch the control to Icon mode.
For example, you can use the ViewStyleIcon
.IconSize property to switch between available icon sizes. Refer to the TdxShellListViewIconOptions class description for detailed information on available options.
See Also