GoDiagram Web Reference
ScrollRectangleToVisible Method

the area, in document coordinates, to try to scroll into view
Change this view's DocPosition so that the given rectangle is visible.
Syntax
'Declaration
 
Public Overridable Sub ScrollRectangleToVisible( _
   ByVal contentRect As RectangleF _
) 
public virtual void ScrollRectangleToVisible( 
   RectangleF contentRect
)

Parameters

contentRect
the area, in document coordinates, to try to scroll into view
Remarks
Usually you call this method with the bounds of an object, to make that object visible to the user and not scrolled off somewhere.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoView Class
GoView Members
ScrollPage Method
ScrollLine Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback