TableLayoutPanel and TabControl

  • Thread starter Thread starter qinger
  • Start date Start date
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.
 
Back
Top