When I select the picklist controller in WPF and hit enter/Tab the alert is displaying. But using mouse the alert is not displaying.
Loading
When I select the picklist controller in WPF and hit enter/Tab the alert is displaying. But using mouse the alert is not displaying.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Abhishek YadavPosted Feb 23, 2024, 7:33 AM
Here is an example of how you can do this in your WPF application:
By adding this event handler to the picklist controller, you can ensure that it gains focus when clicked with the mouse, triggering the alert as expected. This should help resolve the issue of the alert not displaying when using the mouse to select the picklist controller in WPF.