TcxTreeListBandRows.RowMinWidth Property
Returns the minimum possible width of band rows within the current collection, in pixels.
Declaration
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