TdxGanttControlSheetOptions.RowHeaderWidth Property
In This Article
Specifies a row header width, in pixels.
#Declaration
Delphi
property RowHeaderWidth: Integer read; write; default DefaultRowHeaderWidth;
#Property Value
Type |
---|
Integer |
#Remarks
Use this property to adjust the width of row headers that display a row number. The minimum RowHeaderWidth property value is declared in the RowHeaderMinWidth protected constant.
The RowHeaderWidth property’s default value is declared in the DefaultRowHeaderWidth protected constant.
See Also