M
mgarner1980
My tabpage order keeps getting scrambled. I saw somewhere that the IDE was
suspected for doing this. I've added the following code after the initailize
componant toi no avail. Any ideas?
'This call is required by the Windows Form Designer.
InitializeComponent()
TabControl1.Controls.SetChildIndex(Activities, 0)
TabControl1.Controls.SetChildIndex(Material, 1)
TabControl1.Controls.SetChildIndex(Kits, 2)
TabControl1.Controls.SetChildIndex(Sync, 3)
TabControl1.Controls.SetChildIndex(Settings, 4)
suspected for doing this. I've added the following code after the initailize
componant toi no avail. Any ideas?
'This call is required by the Windows Form Designer.
InitializeComponent()
TabControl1.Controls.SetChildIndex(Activities, 0)
TabControl1.Controls.SetChildIndex(Material, 1)
TabControl1.Controls.SetChildIndex(Kits, 2)
TabControl1.Controls.SetChildIndex(Sync, 3)
TabControl1.Controls.SetChildIndex(Settings, 4)