WPF: Groupstyle not working correctly because of Style and/or modified ListBox
问题 I am trying to use a GroupStyle but instead of showing the groupname as a header over the items in the list it only shows the header and not the items. It works fine until I applied a special style to the list. I then decided this style was pretty bogus so I created a UserControl fro this effect. The problem persists. The purpose of the UserControl is to have a expending effect on the selected item where normally it could show some info and then more info when expanded. UserControl: