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
295
xamComboEditor drop down animation
posted

Is there anyway to stop the combo editor drop down from "sliding down".  I want it to just pop up without a delay.

 

Thanks,

Glen Winn

Parents
No Data
Reply
  • 2070
    Verified Answer
    posted

    Hi Glen,

     

    You can include a resource by the key of SystemParameters.ComboBoxPopupAnimationKey and the value of PopupAnimation.None in the resources of the XamComboEditor style or in the resources of the window or app.

    window.Resources[SystemParameters.ComboBoxPopupAnimationKey] = PopupAnimation.None;

     

    Hope this helps,

    Sandip

Children