VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / WpfImageViewer Class / IsScrollingOnMouseWheelEnabled Property
Syntax Requirements SeeAlso
In This Topic
    IsScrollingOnMouseWheelEnabled Property (WpfImageViewer)
    In This Topic
    Gets or sets a value indicating whether image viewer must be scrolled when mouse wheel is scrolling.
    Syntax
    'Declaration
    
    Public Property IsScrollingOnMouseWheelEnabled As Boolean
    
    
    public bool IsScrollingOnMouseWheelEnabled { get; set; }
    
    
    public: __property bool get_IsScrollingOnMouseWheelEnabled();
    public: __property void set_IsScrollingOnMouseWheelEnabled(
    bool value
    );
    public:
    property bool IsScrollingOnMouseWheelEnabled { bool get(); void set(bool value); }

    Property Value

    True - image viewer must be scrolled when mouse wheel is scrolling; false - image viewer must not be scrolled when mouse wheel is scrolling.
    Default value is True.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also