jQuery.wijmo.wijgallery Namespace > options type : scrollWithSelection Field |
Default value: false
If set to true, the thumbnails will auto scrolled after you select the image.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijgallery.options.scrollWithSelection; |
Javascript (Specification) | |
---|---|
var scrollWithSelection : boolean; |
$("#element").wijgallery( { scrollWithSelection: true } );