SMART datagrid v.1 > Classes > DisplayOptions

Back  Forward

DataLudi.DisplayOptions.fixedColumnResizable  property

trueなら固定カラムの幅をユーザーが変更することができる。 

カラムヘッダーセルの右側の境界をマウスでドラッグして幅を変更する。 まず、columnResizabletrueでなければならない。 

デフォルト値はfalse.

Getter
function fixedColumnResizable(): Boolean
Setter
function setFixedColumnResizable(value: Boolean)
See Also
fixedColumnMovable
fixedColCount
fixedColumnEditable
columnResizable
Examples
Fixed Columns