Is there any way to create custom DataTemplate for Items of DropDown component? #845
Unanswered
friendly-neighborr
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
This might be a good issue. Windows has built in support for this, but I'm not sure how to do it on android, I need to work on this to add this feature in the next versions. You can override this handler on your own and extend this dropdown in your application if you need this feature urgent on a specific platform: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm developing a .NET MAUI project for Android.
.NET MAUI component CollectionView provides the ability to create the custom DataTemplate for its Items, in XAML. Does DropDown component also provide this ability?
I want an item to display a label ("title") and an image to the right from label.
Beta Was this translation helpful? Give feedback.
All reactions