Back to Devexpress

HtmlContentControl.AutoScroll Property

windowsforms-devexpress-dot-xtraeditors-dot-htmlcontentcontrol-addcdb15.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

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

HtmlContentControl Class

HtmlContentControl Members

DevExpress.XtraEditors Namespace