WindowsUIButtonPanel.WrapButtons Property
Gets or sets whether button wrapping is enabled for the current WindowsUIButtonPanel.
Namespace: DevExpress.XtraBars.Docking2010
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true if button wrapping is enabled for the current WindowsUIButtonPanel; otherwise, false. |
Remarks
By default, all WindowsUIButtons within a WindowsUIButtonPanel are arranged in a single column or row depending on the WindowsUIButtonPanel.Orientation property value. If there’s not enough space to display all Buttons in a column/row, they automatically separate into multiple columns/rows (see the figure below):
Use the WrapButtons property to enable or disable this behavior.
See Also