Top "Splitcontainer" questions

Split Container is a object that allows the user to split a page/form in multiple sections with each section being resizable.

Adding panels to SplitContainer in Windows Forms

I'm having trouble finding the documentation on how to add panels to a SplitContainer. I can create the SplitContainer fine, …

c# winforms splitcontainer
Fixed Panel Height in a SplitContainer

I have a WinForm containing a bindingNavigator at the top and a splitContainer with two horisontal panels below it. The …

c# .net user-interface split splitcontainer
Collapse 'button' for splitcontainer control

I'm using Microsoft's SplitContainer control in my WinForms desktop application. I'd like to have a small button (or any nice …

c# .net winforms visual-studio-2010 splitcontainer
SplitContainer Panel Resize Issue

The General Problem The application is C# WinForms .Net 4.0. I have a SplitContainer that takes up most of the form, …

c# winforms splitcontainer
C# Prevent resizing of both splitcontainer panels

I have a SplitContainer and was wondering how I would go about setting a static size for both panels and …

c# winforms splitcontainer
Collapsing and Expanding SplitContainer panels

I have 3 split containers in my winform application. splitContainer1, splitContainer2, splitContainer3 splitContainer1 is the main split container. in it's panel1 …

c# winforms splitcontainer
SplitContainer's panel as the MDI parent for other forms

I have got a control with a Splitcontainer added. I want to place another forms on the second panel (Panel2). …

c# winforms mdiparent splitcontainer
WinForms: Alternative to SplitContainer?

Are there any alternative controls someone can suggest to replace the WinForms SplitContainer? I don't like how the SplitContainer shows …

c# .net winforms splitter splitcontainer
SplitContainer that only resizes panel1

Is there a way to make the SplitContainer only adjust the size of panel1? I have a Vertical SplitContainer and …

c# custom-controls splitcontainer
SplitContainer ISupportInitialize issue: VS2010 Targeting .NET 3.5

In VS2010 I had a project targeting .NET Framework 4.0 and then had to revert to target v. 3.5. Once this happened, …

.net winforms exception splitcontainer