About SplitContainer Resize
-
I have 2 SplitContainers(splitContainer1 and splitContainer2) in the WinForm. Both orientation is Horizontal, Dock is Fill. splitContainer2 in the panel1 of splitContainer1 . When panel2 of splitContainer1 cover of the panel2 of splitContainer2, splitContainer2 is not resize. why? how to do? thanks. And I want the panel1 of splitContainer1 is not fixe.
-
I have 2 SplitContainers(splitContainer1 and splitContainer2) in the WinForm. Both orientation is Horizontal, Dock is Fill. splitContainer2 in the panel1 of splitContainer1 . When panel2 of splitContainer1 cover of the panel2 of splitContainer2, splitContainer2 is not resize. why? how to do? thanks. And I want the panel1 of splitContainer1 is not fixe.
I'm slightly confused about the way the problem is explained and presented. I get the first bit : You have two splitcontainers, each horizontally orientated and you've put Split2 in Panel 1 of Split1. The second bit is what confuses me. Could you please refraise that sentence for me. I'm not sure what you're trying to achieve.
-
I'm slightly confused about the way the problem is explained and presented. I get the first bit : You have two splitcontainers, each horizontally orientated and you've put Split2 in Panel 1 of Split1. The second bit is what confuses me. Could you please refraise that sentence for me. I'm not sure what you're trying to achieve.