I came right scrolling a control into view using
Now I need to be able to do it the other way around.
I have a panel that is scrollable with a LOT of different controls in it. I need to be able to detect when a certain control is scrolled into view.
How can I do this? MSDN is PMS'ing atm, and I can't access the Scroll Events
Code:
ScrollControlIntoView(Control ctrl)
Now I need to be able to do it the other way around.
I have a panel that is scrollable with a LOT of different controls in it. I need to be able to detect when a certain control is scrolled into view.
How can I do this? MSDN is PMS'ing atm, and I can't access the Scroll Events