
I have a form on one of my screens with a scroll bar. To the right of my screen is a container that I plan to use as a side panel which can be opened and closed by the user to access useful resources.
When the container is open on the screen, the scroll bar of the form below it shows through. Can I hide it?
Set the Scrollbar visibility to a variable that swaps to true or false when the container window is visible?