Table of Contents

Interface ILayoutPane

Namespace
HeBianGu.Control.Dock.Layout
Assembly
HeBianGu.Control.Dock.dll

Defines an API to layout model that can manipluate its child entries by moving them from one index to the other or by removing a particular child from its child collection.

public interface ILayoutPane : ILayoutContainer, ILayoutElement, INotifyPropertyChanged, INotifyPropertyChanging, ILayoutElementWithVisibility
Inherited Members
Extension Methods

Methods

MoveChild(int, int)

Move a child entry from the oldIndex to the newIndex.

void MoveChild(int oldIndex, int newIndex)

Parameters

oldIndex int
newIndex int

RemoveChildAt(int)

Remove a child entry from the collection of children at the childIndex.

void RemoveChildAt(int childIndex)

Parameters

childIndex int