I have a Form1 with as Tabcontrol.
Inside this TabControl, I have a SubForm which shows Form 2.
Inside this Form2, I have a TableBox.
Form1 :
TabControl : HorzGlue = True
SubForm : HorzGlue = True
Form2 :
TableBox : HorzGlue = True (same size that the Form2 -> Fullscreen if run directly)
Why is HorzGlue on TableBox
- working on Form2 if i run Form2 directly
- but not when I run it as a SubForm inside Form1 ?
0