You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, maui's Picker control is impossible to customize in a cross-platform way since it lacks of DataTemplate. Picker can only be used to show strings. The only way I found to customize it is by acessing the native control using handlers.
Is it considered to add DataTemplate for maui Picker control? With a DataTemplate something like #32827 would be also easy to solve.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is related to #32827.
Consider these picker controls:


Android:
Windows:
Right now, maui's Picker control is impossible to customize in a cross-platform way since it lacks of DataTemplate. Picker can only be used to show strings. The only way I found to customize it is by acessing the native control using handlers.
Is it considered to add DataTemplate for maui Picker control? With a DataTemplate something like #32827 would be also easy to solve.
Beta Was this translation helpful? Give feedback.
All reactions