Maybe this isn’t a new question; but unfortunately I’m unable to solve my problem.
My Form needs to show scrollbar, but I don’t want use scrollbar all the time.
I want to know how to show the ScrollBar only in specific conditions.
For example:
I want to set specific Form Position without using / showing the scrollbar when form is out of working area boundaries.
Thus my question: How to move Form Horizontally without using scrollbar?
Update: It seems still my question is unclear.
Please find bellow the following conditions:
-
Form requires ScrollBar functionality when the form border is smaller than the page.
-
Show ScrollBar when the Form is out of Working Area boundaries.
I wait for your useful replies!
You can set the AutoScroll to false and then update the scroll values programmatically: