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

DiagramControl.BringItemsIntoView(IEnumerable<DiagramItem>, BringIntoViewMode) Method

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v18.2.dll

Declaration

public void BringItemsIntoView(
    IEnumerable<DiagramItem> items,
    BringIntoViewMode viewMode = BringIntoViewMode.ShowAll
)

Parameters

Name Type Description
items IEnumerable<DiagramItem>

The diagram items to be brought into view.

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