VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebImageViewerJS type / enableAutoScrollToFocusedImage Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    enableAutoScrollToFocusedImage Method
    In This Topic
    Enables 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.enableAutoScrollToFocusedImage();
    
    
    function enableAutoScrollToFocusedImage() : any;
    
    Browser Compatibility
    56+
    45+
    11
    See Also