H
Hector Santos
I am not sure if I will be describing this right without seeing it.
Overall I don't wish to be modifying the form1.designer.cs to make
corrections all the time.
I have a form with tabs control. In one of the tabs (last one), it has
in its tab panel:
ToolStrip1 - Docked to Top
SplitterContainer1 - Vertical Docked to Bottom
TreeView1 - Splitter Panel 1 (left) Dock to Panel
RichTextBox1 - Splitter Panel 2 (right) Dock to Panel
Here is what happens.
Intermittently, it appears to happen when I load form1.cs [design],
the ToolStrip1 seems to be go out of order, like to the "Send to the
back" and you don't see it any more.
In other words, its like the SpitterContainer1 is docked to the entire
tab panel.
I have to play around by undocking all, sending controls back or to
the front in order to get the order right and be able to dock it all
correctly.
I don't know if this is a bug, or maybe I should be using different
containers or layouts, in other to get the above.
Any tips, comments, suggestions?
Overall I don't wish to be modifying the form1.designer.cs to make
corrections all the time.
I have a form with tabs control. In one of the tabs (last one), it has
in its tab panel:
ToolStrip1 - Docked to Top
SplitterContainer1 - Vertical Docked to Bottom
TreeView1 - Splitter Panel 1 (left) Dock to Panel
RichTextBox1 - Splitter Panel 2 (right) Dock to Panel
Here is what happens.
Intermittently, it appears to happen when I load form1.cs [design],
the ToolStrip1 seems to be go out of order, like to the "Send to the
back" and you don't see it any more.
In other words, its like the SpitterContainer1 is docked to the entire
tab panel.
I have to play around by undocking all, sending controls back or to
the front in order to get the order right and be able to dock it all
correctly.
I don't know if this is a bug, or maybe I should be using different
containers or layouts, in other to get the above.
Any tips, comments, suggestions?