Skip to content

Zooming is enabled even when UserInputProcessor.IsEnabled is false on MAUI #4989

@Adam--

Description

@Adam--

Issue:
Zooming is enabled even when UserInputProcessor.IsEnabled is false on MAUI

ScottPlot Version:
5.0.55

Code Sample:

Update Sandbox.Maui/MainPage.xaml.cs to disable the user input processor:

        InitializeComponent();
        MauiPlot1.Plot.Add.Signal(Generate.Sin());
        MauiPlot1.Plot.Add.Signal(Generate.Cos());
        MauiPlot1.UserInputProcessor.Disable();
        MauiPlot1.Refresh();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions