I have a ListView and I need to choose the GroupHeaderTemplate dynamically based on some data. I've created a ListView that dynamically chooses DataTemplates for ViewCells using the DataTemplateSelector approach outlined here: http://forums.xamarin.com/discussion/21005/dynamic-viewcell-in-listview. Is there anyway to do something similar with the GroupHeaderTemplate?
Any help is appreciated!