microsoft metro - XAML: Groupfooter for GridView on Windows 8 ReleasePreview -


i'm trying show group footer in gridview. have found questions how can create group footer in wpf listview ( gridview ), don't seem fit anymore.

i tried using following containerstyle:

<groupstyle.containerstyle>     <style targettype="groupitem">         <setter property="template">             <setter.value>                 <controltemplate targettype="groupitem">                     <stackpanel>                         <contentpresenter />                         <itemspresenter />                     </stackpanel>                 </controltemplate>              </setter.value>          </setter>      </style> </groupstyle.containerstyle> 

this shows group headers, items disappear. i'm pretty sure it's simple miss, don't it.


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -