Hi, is there a way to mark a parent layout as dirty if any children of the parent change?
I’m looking for a way to post-process the position of all children under a container (to ensure no overlaps) amongst the children of a container. But I want to do this after all children have initially performed their layouts, or whenever some children change.
GeometryChanged event won’t work, because the geometry of the parent doesn’t actually change