TdxShellListViewIconOptions Class
Contains Shell List View appearance settings in Icon mode.
Declaration
TdxShellListViewIconOptions = class(
TdxListViewIconOptions
)
Remarks
The TdxShellListViewIconOptions
class has members that allow you to do the following:
- Arrange shell items horizontally or vertically (Arrangement).
- Switch between available predefined icon sizes (IconSize).
- Specify the number of text lines that shell items can display (TextLineCount and MaxTextLineCount).
- Set an extra indent between items (GapBetweenItems and MaxGapBetweenItems).
The Shell List View control’s ViewStyleIcon property references a TdxShellListViewIconOptions
object.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxListViewPersistent
TdxListViewCustomOptions
TdxListViewIconOptions
TdxShellListViewIconOptions
See Also