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
Hello Nick,
Thank you for contacting Infragistics.
You might want to try calling the ShowAll() method.
Please let me know if you have any other questions about this.