[BUG] Picker ItemDisplayBinding #393
fgonc124
started this conversation in
New Feature Discussions
Replies: 0 comments
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.
-
Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
Current Behavior
I'm trying to use c# makup to create a Picker . When I define the Picker I get an error saying that ItemDisplayBinding property does not exist.
I tried using the following code but I still get an error "Non-invocable member 'Picker.ItemDisplayBinding' cannot be used like a method."
(Binding.Create<Person, string>(static (item) => item.Name)) // THIS IS THE KEY!
Expected Behavior
I should be able to use property ItemDisplayBinding .
Steps To Reproduce
https://github.com/fgonc124/ItemDisplayBinding
Link to public reproduction project repository
https://github.com/fgonc124/ItemDisplayBinding
Environment
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions