Describe your changes here.
- Provide links to bugs here
List all API changes here (or just put None), example:
Added:
- string ListView.GroupName { get; set; } //Bindable Property
- int ListView.GroupId { get; set; } // Bindable Property
- void ListView.Clear ();
Changed:
- object ListView.SelectedItem => Cell ListView.SelectedItem
Describe any non-bug related behavioral changes that may change how users app behaves when upgrading to this version of the codebase.
- Has tests (if omitted, state reason in description)
- Rebased on top of master at time of PR
- Changes adhere to coding standard
- Consolidate commits as makes sense