TdxListViewListOptions Class
Stores appearance settings for the List View control in List mode.
Declaration
TdxListViewListOptions = class(
TdxListViewCustomOptions
)
Remarks
The class members allow you to do the following:
Resize columns (ColumnWidth, DefaultColumnWidth, and MinColumnWidth).
Set an extra indent between items (GapBetweenItems and MaxGapBetweenItems).
The control’s ViewStyleList property references a TdxListViewListOptions object.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxListViewPersistent
TdxListViewCustomOptions
TdxListViewListOptions
See Also