set_resizable
Description:
public void set_resizable (bool resizable)
If resizable
is true, then the user can explicitly resize the column by grabbing the outer
edge of the column button.
If resizable is true and sizing mode of the column is
AUTOSIZE, then the sizing mode is changed to
GROW_ONLY.
Parameters:
this |
A TreeViewColumn
|
resizable |
true, if the column can be resized
|