Skip to content

ILayoutOrientableGroup

Dirkster99 edited this page Dec 12, 2019 · 4 revisions
Model Control
ILayoutOrientableGroup LayoutGridControl

The public interface ILayoutOrientableGroup can be used to manipulate the children of (see ILayoutGroup for more details):

  • the layout element that implements this interface
  • the Parent and root element that implements this interface
  • and offers an event notification for changed children plus insert, remove, replace support in ILayoutElement children collection.

The ILayoutOrientableGroup interface also offers a property to determine the Orientation of the content shown within the interface of the object that implements this interface.

Properties

Orientation

Orientation Orientation { get; set; }

Demo Projects

Controls

Layout Models

Interfaces

Class Designs

Bugs

Manual Tests

Clone this wiki locally