TdxListViewSmallIconOptions Class
Stores appearance settings for the List View control in SmallIcon mode.
Declaration
TdxListViewSmallIconOptions = class(
TdxListViewCustomOptions
)
Remarks
The class members allow you to do the following:
Arrange items vertically or horizontally (Arrangement).
Resize columns (ColumnWidth, DefaultColumnWidth, and MinColumnWidth).
The control’s ViewStyleSmallIcon property references a TdxListViewSmallIconOptions object.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxListViewPersistent
TdxListViewCustomOptions
TdxListViewSmallIconOptions
See Also