AutoSize Property (C1ToolBar)
In This Topic
Gets or sets the value indicating whether the toolbar automatically adjusts it size to fit all items.
Syntax
'Declaration
Public Shadows Property AutoSize As Boolean
public new bool AutoSize {get; set;}
See Also