I am looking for a way to achieve this in Xamarin Form. Designer wants it to be exactly like this on both android and iOS
I did not find any way to highlight centred item in ListView/Collection View.
For native
On iOS I know we can show three UIPicker next to each other as it does not need to open as a popup from bottom always like Xamarin forms does right now with the picker implementation right now on iOS
But I am not sure on android as picker item always open as popup so how will I be able to show all three picker slider next to each other in a same view
Also Hours and minutes interval are custom can be anything from api response that's why I am looking for a way to achieve this on Xamarin forms as custom value would be another things to tackle for AndroidTimePickerDialog and iOS UITimePicker
I find I can achieve this through Syncfusion or Telerik control but paid control are not the options for me