Welcome to the WPF feedback portal. We’re happy you’re here! If you have feedback on how to improve the WPF, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

We need to implement support for the DropDownClosing event in the SfTextBoxExt control in WPF.

Feature Behaviour :

When we select multiple items from the suggestion box, we want the suggestion box to remain open until the multiple selection process is completed. Therefore, we need the DropDownClosing event to handle this request.

IsItemSelected - It returns the value indicating whether the item is selected or not when the dropdown window closes.

Cancel - Closing of the dropdown can be handled by setting the e.Cancel.