SMART datagrid v.1 > Classes > RowIndicator

Back  Forward

DataLudi.RowIndicator.stateWidth  property

The width of State bar. 

It specifies the width which is taken up by State Bar in grid in pixels. 

Defaults to 7.

Getter
function stateWidth(): Integer
Setter
function setStateWidth(value: Integer)
Code -1
    grid.setOptions({
        rowIndicator: {
            stateWidth: true
        }
    });
Code -2
    grid.rowIndicator().setStateWidth(true);    
See Also
width
Examples
Row Indicator