1 like
·
6.9K reads
3 comments
·May 9, 2023
May 9, 2023
Simple and Perfect explanation.Thanks
1
·
·1 reply
Author
·May 9, 2023
I'm happy that this is useful to you. You're welcome and thanks for reading!
·
·Dec 7, 2023
Dec 7, 2023
Thank you for this! This was a very helpful blog. As a .NET MAUI beginner I did not understand the concept of "BindingContext" very well. Only a few .NET MAUI beginner tutorials that I followed made use of "BindingContext = this", which left me very confused why there was a need to use it over using (the more beginner-friendly) x:Name="MyList" in XAML and MyList.ItemsSource in the code-behind. I have one question; In the BindingsViewModel you assign a field _items. I don't see a property "Items", however, it's used by the commands. Could you please explain this?
·