If I have a windows forms ScrollablePanel-based container and populate it with enough controls so that its actual size exceeds its view size, I can invoke the function ScrollIntoView to ensure Control X is in view.
But when the user scrolls the panel manually how can I get notification when Control X enters and exits the view?