Skip to main content

WidgetView.ScrollToActiveDocument(Document) Method

Scrolls this WidgetView up or down to the target document.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void ScrollToActiveDocument(
    Document document
)

Parameters

Name Type Description
document Document

A Document to which the View should be scrolled.

Remarks

If the WidgetView has insufficient size to display all its child widgets at once, use the ScrollToActiveDocument method to scroll through this View to the required document.

See Also