I have a C# app that is using the UltraExplorerBar. I need to be able to expand/collapse the left hand navigation panel at the users request. In the "Control Style (behavior)" selection in the designer, we are using "ExplorerBar" as this is the style we need to be able to display to the user. However, when I was going through the sample for the Windows forms, I could not get it to work using this style (only with the "Outlook Navigation Pane" which is not what we want).
Is there a way to do this?
No, the expandable navigation pane feature is a function of the OutlookNavigationPane style.