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
185
Toolbar Hiding Window's TitleBar
posted

Hi,

I am facing problems with the UltraToolBarManager. I intend to place the toolbar in the titlebar of the Window. I set the DockWithinContainer property for the ToolBarManager as the host form & use the Top DockArea to place the toolbar. This places the toolbar right next to the host window icon. The problem I face is that when this Window becomes inactive inside my application the toolbar hides the hosted form icon on the left and the minimize, maximize & close button on the right. This happens when the Window is an MDI window. When I detach the window from the main application, it behaves perfectly. But when I attach it back the same issue remains. There are no issues when the window is either in SDI (active/inactive) or  MDI (active) modes. The problem appears only when being an MDI window, the window becomes inactive.

Kindly advise about how to solve this issue

Thanks,

Mayank