Wijmo UI for the Web
scrollWithSelection Option
wijmo.gallery.wijgallery Namespace > options type : scrollWithSelection Option

Default value: false

If set to true, the thumbnails will auto scrolled after you select the image.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijgallery("option", "scrollWithSelection");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijgallery("option", "scrollWithSelection", newValue);
        
});
var scrollWithSelection : boolean;
Example
$("#element").wijgallery( { scrollWithSelection: true } );
See Also

Reference

options type
wijgallery jQuery Widget