ToolboxOptionsMinimizing Properties
Contains control minimization options for the ToolboxControl.| Name | Description |
|---|---|
| AllowMinimizing | Gets or sets whether the ToolboxControl can be collapsed. |
| ColumnCount | Gets or sets the number of columns into which the ToolboxControl items are arranged in the minimized state. |
| MinimizeButtonMode | Gets or sets the direction of the arrow displayed in the Minimize button. |
| MinimizedWidth | Gets or sets the width, in pixels, of the ToolboxControl in the minimized state. |
| NormalWidth | Gets or sets the width, in pixels, of the ToolboxControl in the normal (expanded) state. |
| ScrollMode | Gets or sets whether items hidden in the ToolboxControl minimized state are accessed using scroll buttons (the default behavior) or using a popup panel. |
| State | Gets or sets whether the ToolboxControl is in the normal or minimized state. |
See Also