Question ToolstripContainer docking

Zexor

Well-known member
Joined
Nov 28, 2008
Messages
520
Programming Experience
3-5
I have a ToolstripContainer1 and a Toolstrip1.

How do i prevent the Toolstrip1 to dock in the LeftToolstripPanel and RightToolstripPanel?
 
In Visual Studio .NET, choose your ToolStripContainer control from the propertygrid in the lower/right corner of the screen.

Look for subproperties such as:

.LeftToopStripPanelVisible = False
.Enabled = False
 
Last edited:
Back
Top