Tag Archives: Grouping

Scroll To in Xamarin.Forms Grouping

In a recent blog-post I showed how to use the new Scroll To feature in Xamarin.Forms.  In this posting I’ll show how to go to a particular entry within a group and also how to go to a particular entry. … Continue reading

Posted in Xamarin | Tagged , , | 2 Comments

Xamarin.Forms – Groups and Jump Lists

My goal is to create a simple list of Employees with the employees grouped by the first letter of their name.  I’d also like to create a jump list to allow the user to jump to a particular letter in the list. … Continue reading

Posted in Xamarin | Tagged , , | 1 Comment