I am using wpf notifyicon from this project: Codeproject link
I am having an issue while binding selectedItem of a listbox in popup with the viewmodel. Also, the tootip text background is black. please help me. i m having great trouble with the binding issue.
Below is a code snippet:
<ListBox ItemsSource="{Binding AppModules}" SelectedItem="{Binding SelectedModule, Mode=TwoWay}"/>
The listbox gets populated as expected, but the selected item binding is not working. Please help.