I have panel with the controls and scrolling .By default i set the focus to panel.(i need focus to panel by default)
if i scroll the panel to some where ,minimized the form and maximize it,it is setting the position to top of the form.
if i select the any of the control and do the same,it is focusing same control.
i think here the control focus is causing the problem.
how to set the control focus according to the scroll? or
How to show the same scroll position when minimize and maximize the form?
I sloved like this.