I am using the solution from another thread to hide the group headers, that works fine but i can still see a small line/rectangle, is there a way to hide that. (attached image).
Thanks
vikas
<local:OrientedGroupHeaderContentTemplateSelector.HorizontalResourceTemplate>
<DataTemplate>
<ContentPresenter Content="{Binding FormattedName}" Height="0" Margin="0" Visibility="Collapsed" />
</DataTemplate>
</local:OrientedGroupHeaderContentTemplateSelector.HorizontalResourceTemplate>
Thanks
vikas
<local:OrientedGroupHeaderContentTemplateSelector.HorizontalResourceTemplate>
<DataTemplate>
<ContentPresenter Content="{Binding FormattedName}" Height="0" Margin="0" Visibility="Collapsed" />
</DataTemplate>
</local:OrientedGroupHeaderContentTemplateSelector.HorizontalResourceTemplate>