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.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Diagram, DevExpress.Wpf.Diagram

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