Replies: 1 comment
-
|
As it always happens, you bang your head for 6 hours and figure everyting out right after you ask a question. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Good evening!
I am new to Uno Framework and came from adjacent field in development.
I seem to fail to grasp something basic in regards to binding.
I have a simplified test collection in my Model:
I want to display this data in ListView...
ListView declaration:
I have two test methods.
The first one...
... returns as expected:
But the second one...
... returns nothing!
Closest info i could find was this.
Tried copying 1 to 1. I fail to see the difference, but it doesnt work for me.
UNO documentation was also no help.
What am i doing wrong?
Where can i find more code examples in C# Markup? Everything i see is in XAML.
I can guess the way to convert one to another but it is difficult for newbie.
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions