今回はC#のMVVM学習の4回目で、ObservableCollectionという機能について学習をしていきましょう。 ObservableCollectionは、テンプレートを作っておくことで、そのテンプレートを使って自動でUIを作ってくれる便利なものになります。 ダイスを振ったときの履歴を ...
As I mentioned in my previous adventure with nested grouped ListView, I first came upon the ListView grouped example using ObservableCollection with the Monkey example. I wasn’t able to figure it out ...
I noticed that if you have a ViewModel that has for example a List or an ObservableCollection (that implement INotifyPropertyChanged) on iOS the size of the row is not dynamically changed when ...
👀 If you are interested in learning more about C# and how to use ObservableCollection to handle dynamic data, you should check out my latest article: 👉 https://lnkd.in/dq6ExRyp 👏 In this article, ...