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.

Unplanned
Last Updated: 19 Mar 2019 12:55 by ADMIN
To reproduce:

Add a RadSplitContainer with several SplitPanels and use the following code:
  this.radSplitContainer1.EnableCollapsing = true;
  this.radSplitContainer1.UseSplitterButtons = true;

If you run the project, you will notice that the next/previous buttons are displayed for manipulating the SplitPanel's collapsed/expanded state. If you click one of the next/previous buttons, the relevant SplitPanel will be collapsed and the splitter will remain visible. Thus, the user has the possibility to return the previous state of the SplitPanel. However, if you try to collapse the SplitPanel programmatically by setting the Collapsed property to true, the corresponding splitter will disapper.
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.
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
Unplanned
Last Updated: 15 Aug 2017 10:02 by Abed
ADMIN
Created by: Dimitar
Comments: 3
Category: SplitContainer
Type: Feature Request
7
Add right to left support.

This should be the same as in the standard split container – the panels should be swapped.
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
Unplanned
Last Updated: 30 Mar 2016 13:11 by ADMIN
To reproduce:
- Add button to a split panel
- Set button Text property to "Button &X"
- Add a event handler for the button
- Start the application and press the "x" key

To work around this issue instead of using mnemonics you can set shortcuts like this:
radButton.ButtonElement.Shortcuts.Add(new RadShortcut(Keys.Alt, Keys.X));

Also you can set mnemonic like underline like this:
radButton.Text = "<html>Button <u>X";

Completed
Last Updated: 12 Jun 2014 06:22 by ADMIN
SplitPanel - there is no property Name in Visual Studio designer.
Completed
Last Updated: 28 May 2014 13:05 by Jesse Dyck
This allows a linked SplitPanels to be dynamically expanded and collapsed by clicking on the splitter button, and resized by dragging the splitter.
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: 16 Nov 2012 05:31 by ADMIN
Applying Settings to the RadSplitContainer >> SplitContainerElement >> SplitterFill element affect only the first Splitter instance in the RadSplitContainer.
Unplanned
Last Updated: 30 Mar 2016 13:12 by ADMIN
I have three split panels and when the auto scroll is enabled some lines appear in the split panel.

The issue can be reproduced with RadPanel as well.

Workaround: http://www.telerik.com/forums/problem-with-auto-scroll#ygV1vwyA40KZ4KoD28AhvQ


Unplanned
Last Updated: 30 Mar 2016 13:12 by ADMIN
ADMIN
Created by: Julian Benkov
Comments: 0
Category: SplitContainer
Type: Bug Report
2
If the AutoScroll of RadSplitContainer is true and I scroll the container a little, don’t work the resizes of the panels.

sample code:

public Form1()
    {
        InitializeComponent();
 
        RadSplitContainer radSplitContainer1 = new RadSplitContainer()
        {
            Dock = DockStyle.Fill,
            AutoScroll = true
        };
 
        this.Controls.Add(radSplitContainer1);
 
        for (int i = 0; i < 10; i++)
        {
            var panel = new SplitPanel();
            panel.SizeInfo.SizeMode = SplitPanelSizeMode.Absolute;
            panel.SizeInfo.AbsoluteSize = new Size(100, 0);
            radSplitContainer1.SplitPanels.Add(panel);
        }
    }
Completed
Last Updated: 10 Jun 2014 10:55 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category: SplitContainer
Type: Feature Request
3
Add functionality to collapse and expand the split panels in RadSplitContainer by buttons positioned in the splitter area just like ASP.NET. See example here: 
http://demos.telerik.com/aspnet-ajax/splitter/examples/collapseexpand/defaultcs.aspx
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: 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: 28 Jun 2016 10:23 by ADMIN
When you cut-copy RadSplitContainer containing two SplitPanels from one form to another, only the RadSplitContainer is pasted, but the SplitPanels are missing.
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.
1 2