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
305
FlyoutExtent property of ContentPanes got set to 0 on its own
posted

Hi, this bug happened all of a sudden, I usually have the panels collapsed, so I closed our application then I opened it, and the panels didn't fly out anymore. We're serializing the last state of the layout using the method:

dockManager.SaveLayout(stream);

Which usually works fine, only this time the flyoutExtent property got set to 0 somehow. In our app we don't have any option to do this manually, so I don't have any clue on how this could've happened. We have 3 content panes, I usually use 2 of them collapsed, these 2 are the ones that don't work, the other one is fine.

Let me know what you think could've happened.

Thanks.