Back to Devexpress

OptionsView.FitControlsToDisplayAreaWidth Property

windowsforms-devexpress-dot-xtralayout-dot-optionsview-2d4ac540.md

latest2.1 KB
Original Source

OptionsView.FitControlsToDisplayAreaWidth Property

Gets or sets whether controls are fitted to fill the entire width of the LayoutControl.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
public bool FitControlsToDisplayAreaWidth { get; set; }
vb
<DefaultValue(True)>
Public Property FitControlsToDisplayAreaWidth As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if controls are fitted to fill the entire width of the LayoutControl; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to FitControlsToDisplayAreaWidth
LayoutControl

.OptionsView .FitControlsToDisplayAreaWidth

|

Remarks

By default, controls are fitted to fill the entire width of the LayoutControl when an end-user resizes the parent form. Use the FitControlsToDisplayAreaWidth property to disable control width fitting on parent form resizing.

See Also

FitControlsToDisplayAreaHeight

OptionsView Class

OptionsView Members

DevExpress.XtraLayout Namespace