SMART datagrid v.1 > Classes > RowIndicator

Back  Forward

DataLudi.RowIndicator.width  property

Row indicatorの幅。 

Row indicatorがグリッドで占める幅をピクセル単位で指定する。 この値を0以下の値で指定すればstylesfontを基準で 最大表示数字の長さを計算して幅が自動的に幅が決められる。 

どんな場合にもminWidthmaxWidthの間の値で表示される。 0以下で指定すればこの値は無視される。 

デフォルト値は0.

Getter
function width(): Integer
Setter
function setWidth(value: Integer)
See Also
minWidth
maxWidth
GridStyles
Examples
Row Indicator