Wijmo UI for the Web
needToScroll Method
wijmo.superpanel Namespace > wijsuperpanel type : needToScroll Method
The child to scroll to.
Determine whether scoll the child DOM element to view need to scroll the scroll bar
Syntax
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var child; // Type:  DOMElement
    
    returnsValue = $(".selector").wijsuperpanel("needToScroll", child);
});
function needToScroll( 
   child : DOMElement
) : any;

Parameters

child
The child to scroll to.
See Also

Reference

wijsuperpanel type
wijsuperpanel jQuery Widget