Is there a way to create a JumpList-like control on .Net Maui, that acts similarly to the contacts indexing control for Android and iOS
Reference of what I needed
Is there a way to create a JumpList-like control on .Net Maui, that acts similarly to the contacts indexing control for Android and iOS
Reference of what I needed
Since I could not find a solution to what I was looking for I decided to go ahead and create this from scratch and here are the results.
This is a SkiaSharp-based control that literally reads your touches, tracks what you are touching, and sends events that you can use to update your CollectionView...
Install Freaky Controls from https://github.com/FreakyAli/Maui.FreakyControls
Add the JumpList control and then use it, there's a great sample that you can run and checkout!
Results: