How to bind ItemDisplayBinding of a picker control? #317
Unanswered
touchofevil-dev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to create a MAUI app using C# code. While looking into that I was wondering, how do we set ItemDisplayBinding property of a Picker control using Maui.Markup library?
I have tried below, but couldn't figure this out.
Of course I could create this picker separately and then do
However I was wondering if there was another way of achieving the same in a more fluent-like manner?
Beta Was this translation helpful? Give feedback.
All reactions