Click or drag to resize

Win32ToolBarWrappable Property

Gets or sets a value indicating whether the toolbar buttons wrap to the next line if the toolbar becomes too small to display all the buttons on the same line.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public bool Wrappable { get; set; }

Return Value

Type: Boolean
if the toolbar buttons wrap to another line if the toolbar becomes too small to display all the buttons on the same line; otherwise, . The default value is .
See Also