How do I get the Header and Footer to remain visible for just the expanded rows in a Hierarchical grid?
In the Designer I have the StationaryMargins set to HeaderAndFooter, ScrollBar set to Always and ScrollBarView set to Both. The Height of the grid is set to a fixed value. For Band(0), it works correctly. When I expand a Parent (Band(0)) row that has more detail (Band(1)) rows than can be displayed in the grid without scrolling, the only scroll bar visible scrolls all of the Child (Band(1)) rows, but the Header and Footer rows also scroll so that the Headers and Footers are not always visible.
Though I can't verify this information in the quick search I've done, I believe that StationaryMargins only applies to the root band, not to child bands.