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
40
Windows 7 Aero Snap bugs
posted

There are several bugs with Maximizing a form containing a UltraToolbarsManager.  These (especially the second one) are causing further bugs in an application I am making.  Attached is a simple project which I used to reproduce all the bugs listed below.

1. Maximizing by dragging the form to the top of the screen does not work properly.  It changes the form size correctly, but the maximize/restore button is disabled.  Also, clicking on the title-bar causes the form to jump.  Also, other forms are accessible to the top/bottom/sides of the 'maximized' form by clicking the mouse in those locations.

2. After maximizing the form correctly (by double-clicking the titlebar or using the maximize button), dragging the titlebar down does not restore the form properly.  It changes the size correctly, but the maximize/restore button is disabled.  Also, the form still considers itself maximized in some sense, as double-clicking the title-bar restores it properly, instead of re-maximizing.  Also, if the form loses focus (by clicking on the desktop or another application, for example), the form's border will not be re-drawn, as if it were maximized.

WindowsApplication1.zip