I am trying to develop a quick links panel like in windows explorer. I may be using a wrong name for that control, so i have attached the screen shot. Before developing a custom control, I did a research on the existing controls and couldn't find a control like that. I am not convinced, hence this control is used over a decade and still not available in visual studio forms developement. May be this is included in WPF. But is there alternative for windows forms.
Asked
Active
Viewed 1,502 times
2
-
possible duplicate of [WinForms: How do I make a collapsible UI region on the form, like Visual Studio's toolbox?](http://stackoverflow.com/questions/1888986/winforms-how-do-i-make-a-collapsible-ui-region-on-the-form-like-visual-studio) – Victor Zakharov Apr 10 '14 at 00:06
-
Also see this one: http://stackoverflow.com/questions/3795005/add-an-expander-collapse-expand-to-a-panel-winform Both suggest using a SplitContainer among other answers. – Victor Zakharov Apr 10 '14 at 00:06