1 ### Description of Change ###
3 Describe your changes here.
7 - Provide links to bugs here
11 List all API changes here (or just put None), example:
14 - string ListView.GroupName { get; set; } //Bindable Property
15 - int ListView.GroupId { get; set; } // Bindable Property
16 - void ListView.Clear ();
19 - object ListView.SelectedItem => Cell ListView.SelectedItem
21 ### Behavioral Changes ###
23 Describe any non-bug related behavioral changes that may change how users app behaves when upgrading to this version of the codebase.
27 - [ ] Has tests (if omitted, state reason in description)
28 - [ ] Rebased on top of master at time of PR
29 - [ ] Changes adhere to coding standard
30 - [ ] Consolidate commits as makes sense