SkipVought
Programmer
Hi Gang,
I have a Table where I am freezing the left n columns.
I have a control in a column > n.
I have a button to Scroll Right using ActiveWindow.LargeScroll ToRight:=1. I ALSO want to REPOSITION the control in the window in the same relative position as it was; ie if the window scrolls p pixels, I want to incriment the Left property by p.
How do I determine p?
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884
Skip,
I have a Table where I am freezing the left n columns.
I have a control in a column > n.
I have a button to Scroll Right using ActiveWindow.LargeScroll ToRight:=1. I ALSO want to REPOSITION the control in the window in the same relative position as it was; ie if the window scrolls p pixels, I want to incriment the Left property by p.
How do I determine p?
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884
Skip,