Skip to main content
All docs
V23.2

HtmlContentControl.AutoScroll Property

Gets or sets whether the HtmlContentControl, which is a container of child controls, enables a user to scroll to any child control placed outside the container’s visible boundaries.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
[DXCategory("Layout")]
public bool AutoScroll { get; set; }

Property Value

Type Default Description
Boolean true

true if the control displays scroll bars to scroll to child controls placed outside the container’s visible boundaries; false, if scroll bars are hidden.

Remarks

The HtmlContentControl container displays scroll bars if the AutoScroll property is enabled, and the container has controls placed outside its visible boundaries.

See Also