Function Control.sizeFlagsVertical
Tells the parent Container
nodes how they should resize and place the node on the Y axis. Use one of the sizeflags
constants to change the flags. See the constants to learn what each does.
long sizeFlagsVertical() nothrow @property @nogc;
void sizeFlagsVertical
(
long v
) nothrow @property @nogc;