Enum TBLayout
Used with toolbar.Layout.
public enum TBLayout
Namespace: Au.Types
Assembly: Au.dll
Fields
Name | Description |
---|---|
HorizontalWrap | Default layout. Buttons are in single row. Wrapped when exceeds maximal row width. More rows can be added with toolbar.Group. |
Vertical | Buttons are in single column, like in a popup menu. Separators are horizontal. |