I have a hierarchical grid with a single horizontal scroll bar that scrolls both the parent and child grids. I would like to have two horizontal scrollbars: one for the parent grid and one for the child. How can I accomplish this. I have done some reading online and I found what I thought should solve the problem: UseScrollbarsInHierarchy property but this only seems to be available on Winform and not WPF.
I'd appreciate any assistance.
I'd appreciate any assistance.