Diederik Krols

Results 15 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...

@suchja Great question! I indeed considered migrating the Windows Community Toolkit ListDetailsView from UWP to WinUI 3. But there were not enough overlapping features: * ListDetailsView in Compact mode shows...

@suchja At the time when I wrote the code, the WinUI3 version of Community Toolkit had dependencies to UWP libraries (via the Reunion packages). It was then not possible to...

Project was upgraded to WinAppSdk 1.2.