WidgetView.ScrollToActiveDocument(Document) Method
Scrolls this WidgetView up or down to the target document.
Namespace: DevExpress.XtraBars.Docking2010.Views.Widget
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
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