I am new here and so I am seeking your help. How would I be able to get an outlook style sidebar as attached done in strataframe? If anyone have the sample code it would be appreciated.
Also, how are tabs done in strataframe?
As for links at the bottom, you can do this using a ThemedContextMenu and get it just the way that you want it. We also have a Popup control which allows you to put any user control in a popup like a combo drop down, but it could be anything you want. So in this example, either would work, but the ThemedContextMenu strip would be faster.
Then these pages can contain whatever controls you like. In the attached screenshots i have a ThemedLinkMenu for the Medarbejder (danish for Employee) page and a treeview for the Organization page. In the Page_Activated event of the PanelManager You can then set the title of the top GradientFormHeader to the selected page text.
This way You can still have the Menu items at the bottom as the Outlook style and some dynamic content in the top.
Hope that helps.
/Teddy