Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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