Click here to Skip to main content
15,897,187 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have WPF application, in a XAML file I have a Windowsformshost within which I am hosting a windows forms button; on click of this button, I am launching a Popup control(WPF) which contains a listbox(WPF), so when the button is clicked, the popup is shown with the listbox items, the issue is, when i try to select the items from the listbox, the selectionchanged event does not fire, and I am not able to select anything from the listbox.
could you advice on what can be done for this issue?
Posted

1 solution

Have you run it under the debugger to see what's happening when you try to select a list item?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900