[]
Gets or sets the value indicating whether the toolbar automatically adjusts it size to fit all items.
[C1Category("Layout")]
[C1Description("C1ToolBar.AutoSize", "Gets or sets the value indicating whether the toolbar automatically adjusts it size to fit all items.")]
[Browsable(true)]
public bool AutoSize { get; set; }
<C1Category("Layout")>
<C1Description("C1ToolBar.AutoSize", "Gets or sets the value indicating whether the toolbar automatically adjusts it size to fit all items.")>
<Browsable(True)>
Public Property AutoSize As Boolean