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 ?
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.