TdxCustomGalleryControl.ColumnCount Property
In This Article
Specifies the number of columns.
#Declaration
Delphi
property ColumnCount: Integer read; write;
#Property Value
Type |
---|
Integer |
#Remarks
This property is obsolete and used for compatibility purposes. Use the gallery control’s OptionsView.ColumnCount property instead.
See Also