Skip to main content
A newer version of this page is available. .
Tab

SplitterPane.AutoHeight Property

Gets or sets a value specifying whether a pane automatically adjusts its height to inner content.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

true to allow a pane adjust its size; otherwise, false

Remarks

Set the AutoHeight property to true to allow a vertical pane to automatically adjust its height to inner content. In this case, the SplitterPane.Size property and ASPxClientSplitterPane.SetSize method are not in effect.

If the AutoHeight property is set to false, the content is cut according to the pane size.

Note

The AutoHeight property is not in effect if the SplitterPane.ContentUrl property is specified.

See Also