Hello, I have created simple screen containing only 1 control :
<syncfusion:SfTimePicker Format="H_mm"
ShowHeader="False"
EnableLooping="True"
ShowColumnHeader="False">
</syncfusion:SfTimePicker>
Wanted to scroll hours from 14 to 23 and it did take > 20 seconds even though i was scrolling on touchpad all the time. See attached video.
Other issue is the crash that happens always when scrolling (usually 1st minute of using the control) :
System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: index
at System.Runtime.InteropServices.WindowsRuntime.VectorToListAdapter.Indexer_Get[T](Int32 index)
at Syncfusion.UI.Xaml.Controls.Input.PickerPanel.PickerPanel_PointerWheelChanged(Object sender, PointerRoutedEventArgs e)
at Windows.ApplicationModel.Core.UnhandledError.Propagate()
at Microsoft.AppCenter.Utils.ApplicationLifecycleHelper.<.ctor>b__17_1(Object sender, UnhandledErrorDetectedEventArgs eventArgs)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at Microsoft.AppCenter.Utils.ApplicationLifecycleHelper.<.ctor>b__17_1(Object sender, UnhandledErrorDetectedEventArgs eventArgs)
Thanks a lot. Seems the problem is that we're running on quite old SF version. When i upgraded to newest then scrolling was much faster. It was still not entirely fluent though but much better.