Function SplitContainer.collapsed
If true
, the area of the first Control
will be collapsed and the dragger will be disabled.
bool collapsed() nothrow @property @nogc;
void collapsed
(
bool v
) nothrow @property @nogc;