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
873
non-minimized width of XamOutlookBar
posted

For my application I implemented a class to load and save the 'layout' of the XamOutlookBar. In my case the layout contains the visible groups, selected group, Width, and IsMinimized state of the XamOutlookBar control. Everything works fine, except the width. If the XamOutlookBar is minimized, the width is the actual width of the minimized outlook bar, but I need to store the non-minimized width. How can I get the non-minimized with of the XamOutlookBar (of course w/o storing it somewhere externally)?

 

Best regards,

Rainer

 

Update:

I have just seen that there exists a MinimizedWidth property, but it is set to NaN, even if IsMinimized is true. Probably this is a bug. I guess that Width should store the non-minimized width, and MinimizedWidth the minimized width. But with the current implementation only Width seems to be used.

 

 

Parents Reply Children
No Data