-
HScrollBar
This two questions in one.
1. How do I get the HscrollBar to stop flashing when the user is not using it.
2. I am using a SSTab compoment, if the HscrollBar is at its maximum scroll and the user clicks on another tab and then comes back to scrollbar (another tab) how can I get it to be back at the start (GetFocus??), because at the moment it still stays in the same place the user left it.
Thanks in advance
-
1) SetFocus to some other control on the form.
-
I should have mentioned that you can do it in the scrollbars's GotFocus event.