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.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | true |
|
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