Function TabContainer.useHiddenTabsForMinSize

If true, children Control nodes that are hidden have their minimum size take into account in the total, instead of only the currently visible one.

bool useHiddenTabsForMinSize() nothrow @property @nogc;

void useHiddenTabsForMinSize (
  bool v
) nothrow @property @nogc;