Matthew Leibowitz
Matthew Leibowitz
I think this will need a sample. It can just be a simple drawing of a line and "zooming" with a slider or something. There may be things you can...
Just a not, WinUI does not have splash screen support: https://github.com/microsoft/microsoft-ui-xaml/issues/4055 You can maybe have a look at some of the comments if you really need to have a splash...
I think there may be some confusion by the swipe: when you swipe, do you expect the touch to go to the scroll or the chart? And how would you...
@beto-rodriguez Not sure if this will work, but I wonder if you might it to work if you set the root layout of the scrollview to `InputTransparent="false"`. I am not...
I think it is needed still if the background changes: https://github.com/dotnet/maui/blob/main/src/Core/src/Handlers/Label/LabelHandler.Windows.cs#L11 If it goes from null to non-null, then we need to insert a container view. It may be a...