SMART datagrid v.1 > Classes > GridColumn

Back  Forward

DataLudi.GridColumn.resizable  property

ユーザーがこのカラムの幅を変更することができるようにするかを指定する。 

デフォルト値はtrue.

Getter
function resizable(): Boolean
Setter
function setResizable(value: Boolean)
Code -1
    var col = grid.columnByName('colZender');
    col.setResizable(false);
Note
このプロパティーの値とは関係なしにwidthプロパティーなどでカラムの幅を変更することができる。
See Also
width
movable
Examples
Column Grouping