Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
155
Collapsed Explorer Bar/Container -- Click Action consistency...
posted

We have an explorerbar in outlook mode.  when it is collapsed clicking the header arrow to expand, expands the header and the control container (this works as it should). 

What doesn't work is when we click on the collapsed container control.  When it is clicked the control container expands out leaving the header collapsed.

Need a solution to either:

1) expand the header when the control container is clicked so the UI is consistent, OR

2) dissalow the click on the control container when it is collapsed

Prefer solution #1....  Help would be greatly appreciated...

thanks,

Parents
No Data
Reply
  • 69832
    Suggested Answer
    Offline posted

    portaltech said:
    When it is clicked the control container expands out leaving the header collapsed.

    When the navigation pane is collapsed and you click on the area that would be where the control container is displayed (the group text is shown vertically in this area), the navigation "flyout" appears, with the control container on it. This is correct behavior as it is part of the collapsible navigation pane feature - the same thing is seen in MS Outlook. If this is what you are referring to, you can prevent it by canceling the NavigationPaneFlyoutDisplaying event.

Children