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
minWidth | The minimum width of the column in pixels, or -1. |
void setMinWidth(int minWidth)Sets the minimum width of the tree_column. If min_width is -1, then the minimum width is unset.
minWidth | The minimum width of the column in pixels, or -1. |