I am currently developing a windows 8 application using XAML and C#. I developed the grouped items page that generates data groups dynamically. I have a list of social media icons that I need to put next to each group title but aligned on the left as shown in the screen shot!
When I add the list in the XAML Code, it is getting generated at the beginning of the first group! How can I have it for each group? any ideas? if anyone can provide me with the code that would be very helpful.

Define GroupItemStyle in page resources section as follows:
Apply this style to GridView as:
You will see the sample button before each group here –
UPDATE:
Use following group styles: for example:
this will give you:
And this one will: