Binding doesn't update for some reason
Hey, i'm having some wierd issues with binding not updating in wpf, here's the relevant code:
(the issue is that the item count in the player inventory doesn't update on display)
TradeView.xaml (lines 23-48)
TradeViewViewModel (lines 49-59)
PlayerViewModel
InventoryViewModel
ItemViewModel
ViewModelBase
(the issue is that the item count in the player inventory doesn't update on display)
TradeView.xaml (lines 23-48)
TradeViewViewModel (lines 49-59)
PlayerViewModel
InventoryViewModel
ItemViewModel
ViewModelBase