skipByParent property

bool skipByParent
getter/setter pairinherited

skipByParent instructs the parent container that this container should not be painted or layed out - as if it collapsed to zero size.

Note that concrete implementations must add appropriate support for collapse to work.

Implementation

bool skipByParent = false;