Hi There,
When using grouping in a ListView is there a way to create a header for a group which has no items in the ItemsSource. I have a button on my header for the user to create items and i need this to be visible when there are 0 items of a particular type.
I thought a hacky way to do it would be to create a default list item for each group i need displayed and have the item height set to 0.
Is there any way manually add a group so that the header can be displayed even if there are no children in the items source?
Many Thanks,
Robbie