1
Answer

Scroll Problem

Ask a question
I've an application I worked on.. The main form containing a panel which have all the tool button the user can use, each button create a new user control on the form and after filling the form with these controls, the vertical scrollbar appear on the form due to setting (Auto Scroll ) property of the form... The problem now is: when I use the scrollbar to see the hidden controls the docked panel also moved up and hence it disappear which is so disappointed. I want a solution to make the panel always appear in the the top of the form even I use the scrollbar. Thanks for your time.

Answers (1)