TableLayoutPanel and TabControl

Q

qinger

Hello,

I am trying to organize the controls on a TabControl. The tabcontrol
is sitting on a dialog with OK and Cancel buttons. So I created 2
TableLaoutPanels -- one for TabControl and one for OK/Cancel buttons.
On the TabControl, there are a few tab pages. Each page has different
number of controls. My question is:

Should I create TableLayoutPanel for each TabPage in order to resize
the controls on TabPage when the application is used in Japanese OS?
Right now, the OK/Cancel button are pushed out of the dialog.

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top