Wijmo UI for the Web
vScrollTo Method
The position to scroll to.
A value that indicates whether y is value or pixel.
Scroll to vertical position.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijsuperpanel();
var value; // Type: any

// Parameters
var y; // Type:  number
var isScrollValue; // Type:  bool

value = instance.vScrollTo(y, isScrollValue);
Javascript (Specification) 
function vScrollTo( 
   y : number,
   isScrollValue : bool
) : any;

Parameters

y
The position to scroll to.
isScrollValue
A value that indicates whether y is value or pixel.
Browser Compatibility
7
5
5

See Also

Reference

wijsuperpanel type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.