I have a query in WPF C# combobox.
I have a combobox with "Application", "Documentation1", "Documentation2", "Bootloader" and check box "a","b" and "c".When form load from combo box enable "Application" and disable another all items.
When user click on "b" check box then disable all except "Document1" and "Document2".
when again user click "c" check box then disable all except "Bootloader"