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
75
UltraDockManager Hidden By Accident (Infragistics2.Win...9.1)
posted

Hello,

We have a legacy application that makes use of the Infragistics2.Win.UltraWinDock.v9.1 library, and are having the following problem: a user somehow hid an UltraDockManager panel in the application and is now unable to get it to reappear.  I have tried calling Show() and Dock() methods on various parts of the object hierarchy to force the panel to reappear and dock to the top, but there appears to be a saved setting that overrides this after I call the methods.  I set the "SaveSettings" property to false on the UltraDockManager quite some time ago (i.e. before the incident took place) and yet I am still seeing this "restore" behavior.  Is there any way to clear the settings or programmatically override them?

Thank you,

-Nick