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
995
How to look like OneNote...
posted

Hey all,

I am designing an app that uses the ultra explorer bar and I would like to have a feature similar to OneNote's version. In OneNote, when minimizing the explorer bar, instead of simply seeing "Navigation Bar" text like in Outlook, you can see the groups listed as state buttons. Here is an example of what I mean http://www.microsoft.com/presspass/images/gallery/screenshots/office/onenote_biz_web.jpg. See the explorer bar on the left with the items, Home, Work, School etc.

I can submit this as a feature request but I think this could be easy to implement on my own with some guidance. Maybe with some magic code inside a draw filter or something?

 

Thanks

Parents
  • 69832
    Suggested Answer
    Offline posted

    yarborg said:
    I can submit this as a feature request but I think this could be easy to implement on my own with some guidance. Maybe with some magic code inside a draw filter or something?

    At a glance implementing something like this using a draw/creation filter strikes me as non-trivial at best. You would have to do something like, when the navigation pane is collapsed, add an UltraExplorerBarGroupHeaderUIElement for each of the visible groups, and also adjust the orientation of the TextUIElements so that they show the text with vertical orientation. Also note that it is possible that the control makes some assumptions about the presence of certain UIElements when the navigation pane is collapsed, so changing that might produce unpredictable results.

Reply Children
No Data