Legend ScrollBar - currently visible rows.
Posted: Wed Sep 23, 2015 6:18 pm
Hi,
How can I get the number of rows currently visible on the scrollbar?
It seems if I add that to the current LegendScrollBar.Position, I would be able to know if the legend scrollbar position is at the bottom or not.
I also would be able to set the legend scrollbar.position to that number to set it to the bottom (much like setting a standard scrollbar.position to it's maximum position).
All I want to be able to do is detect when the legend scrollbar has hit bottom so I can set the standard scrollbar attached to the chart to it's maximum. Also when the chart's scrollbar hits max, I want to just move (if necessary) the legend scrollbar all the way to the bottom.
Synchronizing the scrollbars CAN'T be that unusual a process to attempt!
Thanks.
How can I get the number of rows currently visible on the scrollbar?
It seems if I add that to the current LegendScrollBar.Position, I would be able to know if the legend scrollbar position is at the bottom or not.
I also would be able to set the legend scrollbar.position to that number to set it to the bottom (much like setting a standard scrollbar.position to it's maximum position).
All I want to be able to do is detect when the legend scrollbar has hit bottom so I can set the standard scrollbar attached to the chart to it's maximum. Also when the chart's scrollbar hits max, I want to just move (if necessary) the legend scrollbar all the way to the bottom.
Synchronizing the scrollbars CAN'T be that unusual a process to attempt!
Thanks.