Skip to content

Commit

Permalink
Updated README.md with updated blog link
Browse files Browse the repository at this point in the history
Updated the link in grouping to the new website and made it a clickable link.
  • Loading branch information
james-alt authored May 1, 2018
1 parent 40ab6c4 commit ce01863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ protected void OnPropertyChanged([CallerMemberName]string propertyName = "")
Your base view model! It implements INotifyPropertyChanged and a bunch of default properties such as **Title, SubTitle, Icon, IsBusy, IsNotBusy, CanLoadMore**.

### Grouping
Best way to group items into a Key/Value pair ObservableCollection for managing groups of data. See my blog post: motzcod.es/post/94643411707/enhancing-xamarinforms-listview-with-grouping
Best way to group items into a Key/Value pair ObservableCollection for managing groups of data. See my blog post: [Enhancing Xamarin.Forms ListView with Grouping Headers](https://montemagno.com/enhancing-xamarin-forms-listview-with-grouping/)

### ObservableRangeCollection
A super awesome ObservableCollection that adds important methods such as: **AddRange, RemoveRange, Replace, and ReplaceRange**.
Expand Down

0 comments on commit ce01863

Please sign in to comment.