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
1585
Expand / Collapse Button
posted

I am trying to trap the click event for the expand/collapse button on the XamOutlookBar....

Basically what I want to happen is when its clicked, I want to expand it to a default size.

Trapping the Expanding or Expanded event doesn't solve the issue since I have a Splitter control that allows that region to resize so I need to know if the user clicked this button so I can handle that separately.

Any way to do this ?

  • 1670
    posted

    Hello gmcalab,

    Sorry for the late responce . There are four events NavigationPaneMinimized, NavigationPaneMinimizing, NavigationPaneExpanded, NavigationPaneExpanding, which are fired when the expand/ collapse button is clicked , but as you are saying , they can not help you. You could attach sample with the problem to see what exactly is your case .

    Regards, Nikola.