Back to Devexpress

OptionsView.FitControlsToDisplayAreaHeight Property

windowsforms-devexpress-dot-xtralayout-dot-optionsview-11f1bc9e.md

latest2.1 KB
Original Source

OptionsView.FitControlsToDisplayAreaHeight Property

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

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to FitControlsToDisplayAreaHeight
LayoutControl

.OptionsView .FitControlsToDisplayAreaHeight

|

Remarks

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

See Also

FitControlsToDisplayAreaWidth

OptionsView Class

OptionsView Members

DevExpress.XtraLayout Namespace