RadControls for WPF

Forces content to scroll until the coordinate space of a Visual object is visible.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation (in Telerik.Windows.Controls.Navigation.dll) Version: 2013.2.611.40

Syntax

C#
public Rect MakeVisible(
	Visual visual,
	Rect rectangle
)
Visual Basic
Public Function MakeVisible ( _
	visual As Visual, _
	rectangle As Rect _
) As Rect

Parameters

visual
Type: System.Windows.Media..::..Visual
A Visual that becomes visible.
rectangle
Type: System.Windows..::..Rect
A bounding rectangle that identifies the coordinate space to make visible.

Return Value

A Rect that is visible.

Implements

IScrollInfo..::..MakeVisible(Visual, Rect)

See Also