Currently I use IValueConverter for handling data in listview, but when my data is changing real-time, although the converter is called, the item in listview is not changed. Can anyone have any idea?
<Label Style="{StaticResource MatchStatus}" Text="{Binding Converter={StaticResource matchStatusConverter}}" />
↧
IValueConverter does not change UI when data change
↧