Skip to main content
Tab

SplitterPane.AutoHeight Property

Specifies whether to adjust the pane height to its content.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v25.1.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool AutoHeight { get; set; }

Property Value

Type Default Description
Boolean false

true to adjust the pane height to its content; otherwise, false

Remarks

A splitter pane trims content that does not fit the pane. Enable a vertical pane’s AutoHeight property to adjust the pane height to the content. Once enabled, the pane ignores SplitterPane.Size property value and ASPxClientSplitterPane.SetSize method calls.

Note

A vertical pane cannot obtain the content size if you specify the SplitterPane.ContentUrl property. In this case, you should not enable the AutoHeight property as auto sizing may work incorrectly.

See Also