Click or drag to resize

Layout Class

Base class for all layout-based containers
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public abstract class Layout : Container

The Layout type exposes the following members.

Constructors
  NameDescription
Protected methodLayout
Initializes a new instance of the Layout class.
Protected methodLayout(LayoutIHandler)
Initializes a new instance of the Layout class with the specified handler.
Top
Methods
  NameDescription
Public methodBeginInit
Begins the initialization when loading from xaml or other code generated scenarios
Public methodEndInit
Ends the initialization when loading from xaml or other code generated scenarios
Public methodUpdate
Re-calculates the layout of the controls and re-positions them, if necessary
Top
Remarks
Layout based containers are used to position child controls, and provides extra functionality to update the layout manually.
See Also