TreeViewColumn.setMinWidth

void setMinWidth(int minWidth)

Sets the minimum width of the tree_column. If min_width is -1, then the minimum width is unset.

Parameters

minWidthThe minimum width of the column in pixels, or -1.