VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebImageViewerJS type / disableAutoScrollToFocusedImage Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    disableAutoScrollToFocusedImage Method
    In This Topic
    Disables the automatic scrolling to the focused image when focused index is changed.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
    
    var value; // Type: any
    value = instance.disableAutoScrollToFocusedImage();
    
    
    function disableAutoScrollToFocusedImage() : any;
    
    Browser Compatibility
    56+
    45+
    11
    See Also