I may be searching for the wrong question, but I'm not able to find an answer to this.
I have a panel with AutoScroll set to true. Controls are added to the panel dynamically. I need to fire an event when the scroll bars become visible, but I am unable to find such an event.
Any suggestions are appreciated.
More details:
- This is a WinForms project.
- The panel is a panel, System.Windows.Forms.Panel.
- The panel is visible.
- AutoScroll is set to true.
- I want to execute some code when AutoScroll makes the scrollbars visible.