Click or drag to resize

ExpandableContainer Class

Represents an expandable container which changes their height smoothly.
Inheritance Hierarchy
SystemObject
  HightlanderSolutions.MeshCheckerEditorExtension.UserInterfaceExpandableContainer

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.UserInterface
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
public sealed class ExpandableContainer

The ExpandableContainer type exposes the following members.

Constructors
  NameDescription
Public methodExpandableContainer
Initializes a new instance of the ExpandableContainer class.
Top
Properties
  NameDescription
Public propertyCurrentHeight
Gets a currently drawn height.
Top
Methods
  NameDescription
Public methodDraw
Draws the container with content.
Top
See Also