Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > SplitContainer > SplitContainer - Show the splitter button

Answered SplitContainer - Show the splitter button

Feed from this thread
  • Julien avatar

    Posted on Aug 31, 2009 (permalink)

    How do I show the splitter button to hide/unhide one of the panel?

    Reply

  • Robert MVP avatar

    Posted on Aug 31, 2009 (permalink)

    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

    Reply

  • Julien avatar

    Posted on Aug 31, 2009 (permalink)

    Can we have the left/right arrow button between two panels to hide automaticaly?

    Reply

  • Answer Julian Benkov Julian Benkov admin's avatar

    Posted on Sep 1, 2009 (permalink)

    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.

    Reply

  • Programador - Smart-RTC avatar

    Posted on Dec 31, 2009 (permalink)

    Hello there:

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

    Best Regards and Happy New Year.

    Yoelvis Parodi

    Reply

  • Nikolay Nikolay admin's avatar

    Posted on Jan 4, 2010 (permalink)

    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.

    Reply

  • Mathias Andersson avatar

    Posted on May 31, 2010 (permalink)

    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

    Reply

  • Nikolay Nikolay admin's avatar

    Posted on Jun 7, 2010 (permalink)

    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.

    Reply

  • Paul avatar

    Posted on Jun 10, 2010 (permalink)

    Maybe you could have the Silverlight team do the same for their docking control?

    Reply

  • Konstantina Konstantina admin's avatar

    Posted on Jun 16, 2010 (permalink)

    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.

    Reply

  • Thorsten avatar

    Posted on Nov 28, 2010 (permalink)

    Buttons in our SplitContainer will simplify our design. Any timeframe yet? We are still waiting...

    Reply

  • Konstantina Konstantina admin's avatar

    Posted on Dec 1, 2010 (permalink)

    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.

    Reply

  • Andrew avatar

    Posted on Nov 4, 2011 (permalink)

    I'd hoped this functionality would be available by now. I'll just have to see if I can replicate it in code.

    Andrew

    Reply

  • Konstantina Konstantina admin's avatar

    Posted on Nov 9, 2011 (permalink)

    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.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > SplitContainer > SplitContainer - Show the splitter button
Related resources for "SplitContainer - Show the splitter button"

[ Features | Demos | Documentation | Knowledge Base | Telerik TV | Code Library | Step-by-step Tutorial | Blogs | Self-Paced Trainer ]