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

NavBarGroupControlContainer.AutoScroll Property

Gets or sets a value indicating whether the container will allow an end-user to scroll to any controls placed outside of its visible boundaries.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.1.dll

Declaration

[Browsable(false)]
public override bool AutoScroll { get; set; }

Property Value

Type Description
Boolean

true if the container allows auto-scrolling; otherwise, false.

Remarks

The auto-scrolling feature is not supported by the NavBarGroupControlContainer object. Do not set the AutoScroll property to true as drawing issues might occur in this case.

See Also