Groupbox Question

On my mainform I have 9 groupboxes(size to about 1/2 of the screen, each box contains 2 - 8 comboboxes)

They are not visible until they are called upon by a command button

To keep from clutering up my mainform(I know in the app no one will see them, but I cant see my form) - if they are slide over to the side(showing the mainform only)and as long as I position them by code is this fine

I didnt know if the form would think its wider that I actually want to show.

Just curious!

David Learning



Answer this question

Groupbox Question

  • Quimbo

    No the form wont think it's wider than what it actually is...it is possible to have controls overrun the viewable area of the form.

  • Groupbox Question