PanelSizingMode Enumeration
Enumeration of the statusbar panel sizing options.
Syntax
public enum PanelSizingMode : System.Enum
public enum class PanelSizingMode : public System.Enum
Members
Member | Description |
---|---|
Adjustable | The panel's base size is controlled by the width but the panel may be resized. |
Automatic | The panel's size is based on its contents. |
Fixed | The panel's size is controlled by the width. |
Spring | The panel size is based on the remaining size remaining after the other visible panes have been sized. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Aveva.ApplicationFramework.Presentation.PanelSizingMode
Requirements
Target Platforms: Windows Server 2019 (64 bit), Windows Server 2016 R2 (64 bit), Windows 10 (64 bit)
See Also