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

DiagramControl.BringSelectionIntoView(BringIntoViewMode) Method

Scrolls the diagram and changes its zoom factor to bring the selected diagram items into view.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v18.2.dll

Declaration

public void BringSelectionIntoView(
    BringIntoViewMode viewMode = BringIntoViewMode.ShowAll
)

Optional Parameters

Name Type Default Description
viewMode BringIntoViewMode 0

A BringIntoViewMode enumeration value that specifies whether all items should be brought into view when other items are partially visible.

See Also