Replies: 1 comment
-
This is a common issue, you need to initialize. All you've done is subscribe to changes, by the time your controls are displayed the property values are already set , no change occurs, no updates are made. Call OnButtonClicked at the end of your constructor. or initialize otherwise |
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
-
Can someone explain me why the single picker binds data correctly and when i put in to CollectionView its doesn't works.
I would to populate data to pickers immidientialy.
When i click button to force refresh, values show in UI - but it's bad.
I don't know it's a bug or i make it bad.
Here is my code:
MainPage.xaml
MainPage.xaml.cs
MainPageViewModel.cs
On start
After click refresh
Can someone helps?
Beta Was this translation helpful? Give feedback.
All reactions