Diederik Krols

Results 7 comments of Diederik Krols

This is the type of component that should actually be developed and maintained in UWP Community Toolkit, and then repackaged (if necessary) in this Template Studio.

Just mentioning that the UWP sample app was upgraded from v0.6 to v0.11 - thanks to your team.

I guess it makes sense to create a Toolkit Labs Experiment for this control, so we can easily debug on all platforms (UWP, WinUI 3, UNO).

To me, the most probable reason for this is that you forgot to set 'IsInteractive' to True. The control only listens to keystrokes and touch gestures when it is in...

The default values for Minimum, Maximum, StepSize, SmallChange, and LargeChange are not ideal, but they did not change since 2018 (unless there was a change in RangeBase). So I do...

@Arlodotexe When you configure SmallChange and/or LargeChange to be smaller than the StepSize, then you can't change the Value using the arrow keys - since the result is rounded back...

Pending official WinUI 3 support from this repo itself, the SkiaSharp WinUI view seems to work well for displaying Microchart charts. I have a working example [here](https://github.com/XamlBrewer/XamlBrewer.WinUI3.QuestPDF.Sample) around a simple...