Hi:
My web application is in the form of wizard. So, I made some 3 panels, and inside each I put the controls for that page. I then set the current panel property to visible, while all others to non-visible. This works, but since these panels are stacked vertically, if I make the 3rd one visible, and 1st+2nd non-visible, then on the browser I have to scroll down to get to it, and in place of the first two panels there is white blank space. Is there a way that I can make it show only that panel and without any scrolling actions, and no blank spaces?
Thanks in advance.
My web application is in the form of wizard. So, I made some 3 panels, and inside each I put the controls for that page. I then set the current panel property to visible, while all others to non-visible. This works, but since these panels are stacked vertically, if I make the 3rd one visible, and 1st+2nd non-visible, then on the browser I have to scroll down to get to it, and in place of the first two panels there is white blank space. Is there a way that I can make it show only that panel and without any scrolling actions, and no blank spaces?
Thanks in advance.