Click or drag to resize

Expander Class

A control with a panel that can be expanded or collapsed with a header and button.
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class Expander : Panel

The Expander type exposes the following members.

Constructors
  NameDescription
Public methodExpander
Initializes a new instance of the Expander class
Top
Properties
  NameDescription
Public propertyControls
Gets an enumeration of controls that are directly contained by this container
(Overrides PanelControls.)
Public propertyExpanded
Gets or sets a value indicating whether the Content is expanded/visible.
Public propertyHeader
Gets or sets the header control.
Top
Methods
  NameDescription
Protected methodGetCallback
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides ControlGetCallback.)
Protected methodOnExpandedChanged
Raises the ExpandedChanged event.
Top
Events
  NameDescription
Public eventExpandedChanged
Occurs when the Expanded property changes.
Top
Fields
  NameDescription
Public fieldStatic memberExpandedChangedEvent
Identifier for the ExpandedChanged event.
Top
See Also