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
1640
maximizing floating control in second display
posted

is it possible for an UltraDockManager to maximize floating control in second display? Just like VS2010 does.

Parents
No Data
Reply
  • 71886
    Offline posted

    Hello,

    Could you please try that:

    if (e.Pane.DockedState == Infragistics.Win.UltraWinDock.DockedState.Floating) (e.Pane as DockableControlPane).Control.FindForm().WindowState = FormWindowState.Maximized;

    In AfterToggleDockState and/or AfterDockChange events.

    Please review my sample.

    Please feel free to let me know if a question about our toolset comes up on your mind.

    MaximizeFloatingPanes.zip
Children