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
460
How to make the flyout in a dockableControlPanel to flyin
posted

uDockMger.ControlPanes[pnlLegend].Manager.close();

it closed all the flyouts !! what shall I do. I also used flyin() ???/

Parents
No Data
Reply
  • 460
    Verified Answer
    posted

    uDockMger.ControlPanes[pnlDPAM].Manager.FlyIn(false);

    uDockMger.ControlPanes[pnlLegend].Manager.FlyIn(false);

    uDockMger.UnpinnedTabHoverAction = UnpinnedTabHoverAction.Flyout;

Children