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
705
How to change the flyout style?
posted

Hi, my customer wants to change the default behavior of Flyout panel.

One of the Floyout panel should only fly out when user click it, but not when hover over the mouse. Is it possible to do?

thanks.

Parents
  • 20872
    Suggested Answer
    Offline posted

    Hello,

     

    UltraDockManager has a property UnpinnedTabHoverAction that can be set to none if you don’t want to flyout the unpinned tabs on mouse over. But this property will be applied for all of the unpinned tabs instead of only one. You can set it like so:

     

    ultraDockManager1.UnpinnedTabHoverAction = UnpinnedTabHoverAction.None;

     

    Sincerely,

    Danko Valkov

    Developer Support Engineer

    Infragistics, Inc.

Reply Children