2. What methods attributes control the scroll-bars? I'd like ALL views to scroll when ANY sash is scrolled.
The scrollbars are managed by the child windows, so you'll need to catch the scroll events from the grid windows, and then manually scroll the others.
Hello again!
I have tried doing this an run into a problem.
Current approach: I have a list of all the child windows, and I have attached a function to scroll them whenever an EVT_SCROLLWIN is triggered. However, the ScrollLines() function also trigger an event, leading to an infinite loops as all the child windows try to adjust to one another. Is there a way I can supress this cascade of events, or am I on the wrong track.
Thanks again
Gregg Lind
U of Minnesota, USA
Departments of Biostatistics and Epidemiology