windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-widget-dot-flowlayoutproperties-ad6c8963.md
Gets or sets whether this WidgetView should wrap its content when in Flow Layout Mode.
Namespace : DevExpress.XtraBars.Docking2010.Views.Widget
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(DefaultBoolean.Default)]
[XtraSerializableProperty(XtraSerializationFlags.DefaultValue)]
public DefaultBoolean WrapContent { get; set; }
<DefaultValue(DefaultBoolean.Default)>
<XtraSerializableProperty(XtraSerializationFlags.DefaultValue)>
Public Property WrapContent As DefaultBoolean
| Type | Default | Description |
|---|---|---|
| DefaultBoolean | Default |
A DefaultBoolean enumerator value that specifies whether this WidgetView should wrap its content when in Flow Layout Mode.
|
Available values:
| Name | Description | Return Value |
|---|---|---|
| True |
The value is true.
|
0
| | False |
The value is false.
|
1
| | Default |
The value is specified by a global option or a higher-level object.
|
2
|
In Flow Layout Mode, the WidgetView‘s documents follow each other in a column or row according to the specified direction. When a widget reaches the View’s edge, depending on the WrapContent property value, the following widget can be:
See the Widget View topic to learn more.
See Also