0

Like a "start" button on windows ) or something like that, I want to make "retractable" to filtering properties and I'm interesting is there some WinForms solution for it.

C# or another CLI language - No matters. But solution must be free...

with "retractable" I mean alike http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Accordion/Accordion.aspx but a single panel.

Thank you.

cnd
  • 32,616
  • 62
  • 183
  • 313

2 Answers2

3

There is a free DropDownPanel on CodeProject that might meet your needs.

I have used it successfully in the past though there are some bugs related to docking.

Joe
  • 122,218
  • 32
  • 205
  • 338
1

Viblend has also a free control that might do the work. You can find it here.

I'm not sure thought if you can set it to show only one panel at a time.

Adrian Fâciu
  • 12,414
  • 3
  • 53
  • 68