D
dw80916
Guest
Hi all,
I have a TAB control with four tabs.
TabPage(0) has a TextBox with anchors Top, Left, Bottom
TabPage(3) has a TreeView with no anchors.
I have a problem with this control not maintaining size and location set in design time. During run time this control would always match the size of the TabPage. So I decided to see if the text box on TabPage(0) behaved the same way.
Come to find out, the size and location of the TreeView on TabPage(3) matches whatever I set the TextBox to on TabPage(0).
Somehow the TreeView got linked to the TextBox.
Any idea where I can look to correct this?
Continue reading...
I have a TAB control with four tabs.
TabPage(0) has a TextBox with anchors Top, Left, Bottom
TabPage(3) has a TreeView with no anchors.
I have a problem with this control not maintaining size and location set in design time. During run time this control would always match the size of the TabPage. So I decided to see if the text box on TabPage(0) behaved the same way.
Come to find out, the size and location of the TreeView on TabPage(3) matches whatever I set the TextBox to on TabPage(0).
Somehow the TreeView got linked to the TextBox.
Any idea where I can look to correct this?
Continue reading...