Table of Contents
TabStripPanel.MakeVisible Method 

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

Syntax
 public Rect MakeVisible(
   Visual visual,
   Rect rectangle
);

Parameters

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

Implements

IScrollInfo.MakeVisible
See Also