Function Tree.setColumnMinWidth

Sets the minimum width of a column. Columns that have the "Expand" flag will use their "min_width" in a similar fashion to Control.sizeFlagsStretchRatio.

void setColumnMinWidth (
  const(long) column,
  const(long) min_width
) nothrow @nogc;