Click or drag to resize

ViewLayoutScrollViewportBringIntoView Method

Move viewport to display the requested part of area.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void BringIntoView(
	Rectangle rect
)

Parameters

rect
Type: System.DrawingRectangle
Rectangle to display.
See Also