ILayoutNode::SetRecalcDirty property
Data Type
boolDescription
Marks as clean/dirty for position recalculation.Defined in: LayoutBase.h
Syntax
pNode->SetRecalcDirty(bDirty[, bAncestorsDirty]);Parameters
bDirty
Specifies whether this node needs a recalc operation to be performed.
bAncestorsDirty
Specifies whether the operations must be recursively applied to the node's ancestors. Default is false, meaning that the operation only has effect on this node.