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

Parameters

child
The child to scroll to.
See Also

Reference

wijsuperpanel type
wijsuperpanel jQuery Widget