I’m using .Net MAUI to build an app for watches (wear os and IOS): small screens.
I’d like the user to select a number between 0 and 60.
I’ve tried a picker
, but the layout is horrible on small screen like watches (see below).
Are there better controls for this, like a “rolling” control to pick a number like when setting an alarm on Android for instance?
If not, is there a way to customize the picker “selection” UI?