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