TcxTreeListBandRows.RowMinWidth Property
In This Article
Returns the minimum possible width of band rows within the current collection, in pixels.
#Declaration
Delphi
property RowMinWidth: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
This property value is calculated as the maximum MinWidth property value of all band rows, contained in the Items collection.
See Also