
When the Treeview scrollbar moves the FlexGrid Scrollbar should also move
You can cause it to scroll by using the TopRow property. I've used this
successfully to synchronize two side-by-side flex grids that appear like a
single grid. Gives more flexibility than just using the FixedColumns
property. It's a little tricky to handle the scroll bars, but perfectly
doable.
I've made Treeview and a correspnding MSFlexGrid. When I scroll down the
tree I
want the Flexgrid to scroll simultanously. Is this possible?
Thanks
Ivar.