Skip to content

ILayoutRoot

Dirkster99 edited this page May 13, 2019 · 4 revisions

The public interface ILayoutRoot can be used to query and manipulate the child layout elements directly under the layout root. The interface is implemented by the LayoutRoot.

Properties

Methods

  • void CollectGarbage();
    • This method can be used to traverse the tree of layout objects and remove empty unused elements, such as, LayoutAnchorablePanes without child elements.

Demo Projects

Controls

Layout Models

Interfaces

Class Designs

Bugs

Manual Tests

Clone this wiki locally