ComponentOne VSView 8.0
VirtualTop Property

Returns or sets the top coordinate of the visible area, in twips.

Syntax

[form!]VSViewPort.VirtualTop[ = value As Double ]

Remarks

The VirtualWidth and VirtualHeight properties determine the size of the virtual area that may contain controls and be scrolled into view. The VirtualLeft and VirtualTop properties determine what portion of the virtual area is currently visible.

If this property is set to a value larger than VirtualHeight, it is set to VirtualHeight.

If the AutoScroll property is set to True, the VirtualLeft and VirtualTop properties are automatically updated by the control when the user uses the scrollbars or drags the control by its client area.

See the VirtualLeft property for a diagram that illustrates the relationship between the VirtualWidth, VirtualHeight, VirtualLeft, and VirtualTop properties.

Data Type

Double

Default Value

0

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback