[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPage.VirtualViewsControl.MakeVisible

MakeVisible Method

MakeVisible(Visual, Rect)

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

Declaration
public Rect MakeVisible(Visual visual, Rect rectangle)
Parameters
Type Name Description
Visual visual

A Visual that becomes visible.

Rect rectangle

A bounding rectangle that identifies the coordinate space to make visible.

Returns
Type Description
Rect

A Rect that is visible.

Implements