Home > Back-end >  Xamarin.Forms I want comboBox like a windows forms combobox
Xamarin.Forms I want comboBox like a windows forms combobox

Time:07-07

Im looking for better picker because Xamarin.Forms picker is really bad and I dont want like that, Is there any custom picker or something like comboBox?

i want Like This

CodePudding user response:

Think it's not possible but you could create your custom picker dialog design following this post Apply styles on Picker items in Xamarin Forms.

CodePudding user response:

Following the previous answer, you could also use SyncFusion Xamarin ComboBox, tho it might need a license (not sure)

The Website contains information about it as well as code samples and examples on how to set it up, also have other "Types" of ComboBox.

  • Related