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
15
How to hide xamOutlookbar Group bar
posted

Hello 
I'm using xamOutlookbar WPF control.
How do I hide group bar or change draggable cursor as default cursor as sample image below.
Thank you.

Parents
No Data
Reply
  • 7375
    Offline posted

    Hello Thu,

    Thank you for posting. Do you mean how to hide the groups or that horizontal splitter?

    In order to hide the groups, OutlookBarGroup we have a property Visibility, you can set it to hidden.

    In order to hide the horizontal splitter, I snooped through the XamOutlookBar and find that item is called “part_Splitter(GroupAreaSplitter )” you have to remove it from default style, you have to re-template it.

    Please let me know if you need further assistance.

    Sincerely,

    Divya Jain

    Associate Software Developer

Children
No Data