0
votes

I need to create a picker which have 2 columns in xamarin forms like timepicker. I am using Picker control. Is there any way through which we can make multiple columns in Picker?

2
Are there anything you tried? Please ask the complete question include anything you have done, any issue or something. Short answer: You can create custom control that looks like the Control you expect. - Nirmal Subedi
I tried to create the custom renderer for picker. but no idea how I can create two columns in a picker - anand

2 Answers

1
votes

Try Syncfusion Cascading control for Xamarin, they are free if your company earn less than $1 million dollar in revenue.

1
votes

We've developed a two-column picker for Xamarin.Forms (Android and iOS).

Sample: https://github.com/HorusSoftwareUY/MaterialDesignControlsPlugin#materialdoublepicker

Screenshots: Android iOS

We added this control to MaterialDesignControls NuGet (https://www.nuget.org/packages/Plugin.MaterialDesignControls/), where you can find other interesting controls with the material design look and feel.

Contributions are welcome!