Skip to content

ILayoutPane

Dirkster99 edited this page Dec 12, 2019 · 2 revisions

The public interface ILayoutPane is derived from:

The public ILayoutPane interface can be used to:

  • manipulate/browse the IEnumerable<ILayoutElement> Children collection of the layout object that implements this interface (via ILayoutContainer) as well as

  • move a child from one index to another or

  • remove a child at a given index position.

Methods

MoveChild

void MoveChild( int oldIndex, int newIndex );

RemoveChildAt

void RemoveChildAt( int childIndex );

Demo Projects

Controls

Layout Models

Interfaces

Class Designs

Bugs

Manual Tests

Clone this wiki locally