This question is locked. New answers and comments are not allowed.
Hi, I am evaluating Telerik controls for Windows Forms, and what I want to achieve is something like the left-hand side panel on the "Save-As" dialog window when in Windows Vista (try notepad and do 'save as'). Is basically something like: |
|----------------------------------| |
|Favorites Links | |
| {Content} | |
| | |
| | |
| | |
| | |
----------------------------------- |
| Folders ^ | |
----------------------------------- |
so, "Favorites" remains visible all the time (locked), and "Folders" (docked on the bottom) expand upwards without covering the whole "Favorites" area like: |
|----------------------------------| |
|Favorites Links | |
| {Some Content} | |
| | |
----------------------------------- |
| Folders V | |
----------------------------------- |
| {Content} | |
| | |
| | |
| | |
----------------------------------- |
Then you click on the "V" againg and the "Folders" group docks back at the bottom again. |
I will appreciate any input on this.