This statement works fine when the view is loaded but then doesn't get refreshed when I change the data behind LikeCount.
<Label HeightRequest = "30" YAlign = "Center" Text = "{Binding LikeCount}" />
Is it possible to force this control or even the whole to view to refresh the bindings when the underlying data has changed.