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.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
public void BringSelectionIntoView(
BringIntoViewMode viewMode = BringIntoViewMode.ShowAll
)
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
viewMode | BringIntoViewMode | ShowAll | A BringIntoViewMode enumeration value that specifies whether all items should be brought into view when other items are partially visible. |
See Also