1)i am developing a multiple choice quiz application. i need a single form to display around 30 questions ..but i can insert only around seven groupboxes( each groupbox contains a question and three options) since i cannot drag the form size beyond it during design time. How do i increase the form size during design time to accommodate all the questions.
2) During runtime, i would the form to be limited in size but use the vertical scrollbar to scroll down and view all the questions. How do i insert only the vertical scroll bar but not the horizontal scroll bar.?
Therefore the form size at run time and design time must be different.
2) During runtime, i would the form to be limited in size but use the vertical scrollbar to scroll down and view all the questions. How do i insert only the vertical scroll bar but not the horizontal scroll bar.?
Therefore the form size at run time and design time must be different.