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
805
ResetDisplayLayout does something odd
posted

I have code on my Application's exit path that saves out the layout of several UltraWinGrids. I have similar code in the setup side that loads them back in again.

Periodically the user messes up and wants to reset. So I added a menu item that deletes the files and then calls ResetDisplayLayout.

Yikes! ResetDisplayLayout definitely isn't doing what I expected, which is to return the view to what it looks like in the Designer. How do I do THAT?

Maury