Welcome to the Xamarin.Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.Forms, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

Dear,

Today, the SfPicker triggers an event when the selection is changed using the 

SelectionChanged event. However, this only gets triggered when the user selects a new value and then releases the screen. As long as the user selects values and keeps his/her finger on the screen, no event is triggered.

The new event would detect any change in value while the user is holding the screen (SelectionChanging).

Use case: on iOS, when selecting the hour of an event in the calendar app and that hour goes from 11 to 12 while holding, AM jumps automatically to PM in the last column. Today, this is not possible using the current event as the user needs to let go of the screen before triggering the SelectionChanged event.


Regards,

Bernard