This is a migrated thread and some comments may be shown as answers.

SplitContainer - Show the splitter button

13 Answers 466 Views
SplitContainer
This is a migrated thread and some comments may be shown as answers.
Julien
Top achievements
Rank 1
Julien asked on 31 Aug 2009, 02:34 PM
How do I show the splitter button to hide/unhide one of the panel?

13 Answers, 1 is accepted

Sort by
0
Robert
Top achievements
Rank 1
answered on 31 Aug 2009, 04:56 PM
Hey Julien,

I'm not sure what you mean by the splitter button, but does this help?

private void radButton1_Click(object sender, EventArgs e) 
    splitPanel1.Collapsed = !splitPanel1.Collapsed; 

You can hide a panel by simply setting the collapsed Boolean to false.

- Robert
0
Julien
Top achievements
Rank 1
answered on 31 Aug 2009, 05:14 PM
Can we have the left/right arrow button between two panels to hide automaticaly?
0
Accepted
Julian Benkov
Telerik team
answered on 01 Sep 2009, 08:29 AM
Hello Julien,

This functionality will be available in our next major release - Q3 2009. We will introduce enhancements in the SplitContainer and the new RadSplitter control.

Regards,
Julian Benkov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Programador - Smart-RTC
Top achievements
Rank 1
answered on 31 Dec 2009, 08:31 AM

Hello there:

How could I use this functionality in Q3´2009 release?

Best Regards and Happy New Year.

Yoelvis Parodi

0
Nikolay
Telerik team
answered on 04 Jan 2010, 09:43 AM
Hi Yoelvis,

We did not manage to implement the desired feature in Q3 2009 since we wanted to address other important issues and features.

Unfortunately, I am still not able to provide you with any specific time frame when the feature will be implemented. Currently, we are working on a new Visual Style Builder and major improvements in our RadGridView.

All the best and Happy New Year,
Nikolay
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Mathias Andersson
Top achievements
Rank 1
answered on 31 May 2010, 09:15 AM
Im looking for the same functionality to be able to collapse/restore a panel with a splitter, but i can only find that component for Ajax not for WinForm?

Are there any functionality in the new splitcontainer to collapse/restore panels or in any other Winform component?

//Mathias
0
Nikolay
Telerik team
answered on 07 Jun 2010, 09:22 AM
Hi Mathias,

Thank you for the question.

We have this feature in out To-Do list and will most probably implement it in Q3 2010 or shortly after that.

If you have additional questions, feel free to contact me.

Greetings,
Nikolay
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Paul
Top achievements
Rank 1
answered on 10 Jun 2010, 06:12 PM
Maybe you could have the Silverlight team do the same for their docking control?
0
Konstantina
Telerik team
answered on 16 Jun 2010, 09:31 AM
Hi Paul,

Thank you for your interest in our controls.

We have already logged this issue in PITS. You could use this ID - 2422 to follow the progress.

If you have any other questions please let us know.

Greetings,
Konstantina
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Thorsten
Top achievements
Rank 1
answered on 28 Nov 2010, 04:31 PM
Buttons in our SplitContainer will simplify our design. Any timeframe yet? We are still waiting...
0
Konstantina
Telerik team
answered on 01 Dec 2010, 10:19 AM
Hi Thorsten,

We haven't yet scheduled this feature and the demand for it is too low. If we receive more clients' requests we will consider implementing it sooner. You can see if this feature is included in our future plans in our product's roadmap.

Please let us know if you have further questions.

Sincerely yours,
Konstantina
the Telerik team
Get started with RadControls for WinForms with numerous videos and detailed documentation.
0
Andrew
Top achievements
Rank 1
answered on 04 Nov 2011, 01:35 PM
I'd hoped this functionality would be available by now. I'll just have to see if I can replicate it in code.

Andrew
0
Konstantina
Telerik team
answered on 09 Nov 2011, 01:27 PM
Hi Andrew,

Sorry, but we haven't scheduled this feature yet. For now, I cannot give you a certain timeframe when this is going to be ready. However, you could follow the PITS item and it will notify you when this is ready.

Kind regards,
Konstantina
the Telerik team

Q2’11 SP1 of RadControls for WinForms is available for download (see what's new); also available is the Q3'11 Roadmap for Telerik Windows Forms controls.

Tags
SplitContainer
Asked by
Julien
Top achievements
Rank 1
Answers by
Robert
Top achievements
Rank 1
Julien
Top achievements
Rank 1
Julian Benkov
Telerik team
Programador - Smart-RTC
Top achievements
Rank 1
Nikolay
Telerik team
Mathias Andersson
Top achievements
Rank 1
Paul
Top achievements
Rank 1
Konstantina
Telerik team
Thorsten
Top achievements
Rank 1
Andrew
Top achievements
Rank 1
Share this question
or