ListView.Scroll Method (Typed) | |
Scroll the contents of a list view.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Scroll(
oDimension AS Dimension
) AS USUAL
public virtual Usual Scroll(
Dimension oDimension
)
Request Example
View SourceParameters
- oDimension
- Type: Dimension
The dimension representing the amount to scroll the list view. Positive width values scroll to the right, while negative width values scroll to the left. In addition, positive height values scroll upwards, while negative height values scroll downwards.
Return Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
See Also