Unplanned
Last Updated: 30 Mar 2016 13:11 by ADMIN
To reproduce:
-add RadSplitContainer (horizontal) and add one left and one right split panel
-add two RadButtons to collapse and show one of the panels
private void radButton1_Click(object sender, EventArgs e)
{
    this.splitPanel1.Collapsed = true;
}

private void radButton2_Click(object sender, EventArgs e)
{          
    this.splitPanel1.Visible = true;
}
-click the first button to collapse the left panel; as a result the second panel fills the entire container size
-click the second button to show again the left panel; as a result the panels overlap each other
Completed
Last Updated: 26 Nov 2015 11:00 by ADMIN
ADMIN
Created by: Martin Vasilev
Comments: 0
Category: SplitContainer
Type: Bug Report
1
In design time when trying to copy-paste a RadSplitContainer, which contains a couple panels, it throws exception.

Steps to reproduce:
Add a RadSplitContainer to a form or user control.
Add a couple of panels to the container using the designer.
Press Ctrl+A to select all the controls on the form or user control.
Press Ctrl+C to copy them to the clipboard.
Create a new form or user control (this step isn't strictly necessary, but helps explain the issue).
Paste the controls on the clipboard into the new form or user control using Ctrl+V
Completed
Last Updated: 02 Nov 2015 12:20 by ADMIN
To reproduce:
- Set the splitter size to 40.
- Drag the splitter without releasing the mouse.
- The mouse pointer is in the beginning of the splitter, but it should be in its center.

Declined
Last Updated: 24 Jun 2015 14:14 by ADMIN
When you try to copy and paste RadSplitContainer from one form to another, it loses its child panels and if it contains any other child controls, they become children of the form.
Completed
Last Updated: 31 Mar 2015 07:42 by ADMIN
Sometimes there are 3 or more dots on a splitter, but when changing the orientation then there is only one dot.
sometimes there are lines, but when switching to disabled these lines are much bigger. But only in one orientation.
Completed
Last Updated: 06 Feb 2015 13:37 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: SplitContainer
Type: Bug Report
1
When you drop a RadSplitContainer in a RadDock ToolWindow, RadSplitContainer loses important options from its SmartTag's ActionMenu.
Similar behavior is obtained when you drag a RadSplitContainer from the ToolBox and drop it onto an empty RadDock.
Declined
Last Updated: 26 Nov 2014 15:19 by ADMIN
Created by: Anton
Comments: 1
Category: SplitContainer
Type: Bug Report
0
Hello, I receive 'failed to create component' when designing user control in WinForms Designer.
RadControls version - Q3 2014
Visual Studio version - 2013 Community
Seems like there was a try to add a reference to already referenced assembly.
The image is in attachment
Completed
Last Updated: 12 Jun 2014 06:22 by ADMIN
SplitPanel - there is no property Name in Visual Studio designer.
Completed
Last Updated: 05 Jun 2014 07:08 by ADMIN
Let's have a RadSplitContainer on a form. This RadSplitContainer should contain two SplitPanels and one splitter. Change the color of the splitter using the Edit UI Elements dialog. Run the project and you will get IndexOutOfRangeException. However, if you cut and paste the designer code in the form_load, it will work correctly.
Completed
Last Updated: 16 Nov 2012 05:31 by ADMIN
Applying Settings to the RadSplitContainer >> SplitContainerElement >> SplitterFill element affect only the first Splitter instance in the RadSplitContainer.
1 2