Unplanned
Last Updated: 27 Jun 2024 09:41 by Jukka

The wheel stops nicely at first, but afterwards jumps into the next value, while I haven't released my finger from the wheel at any time. Still the wheel jumps from the initially highlighted and stopped value onwards to the next one.

 

So mainly, when stopping spinner scrolling, value is highlighted under the finger, when it should only stop the wheel.

Unplanned
Last Updated: 20 Jan 2023 10:35 by ADMIN
Created by: Bernd
Comments: 1
Category: TimePicker
Type: Feature Request
1

The TimePicker control uses TimeSpan values for all time properties like Time, DefaultHighlightedTime, MinimumTime, MaximumTime, etc.

With .NET 6 a new TimeOnly type was introduced. It would be great if the Time(Only)Picker would support it as well.

For now, I created a custom TimeOnlyToTimeSpan Converter and use it to bind the TimeOnly properties from the ViewModel. But native support would be great.