Can I somehow disable ListView items navigation through keyboard (arrow keys), and leave navigation with mouse and in code? Im new to WPF, but have some experience with WinForm so any tips?
Can I somehow disable ListView items navigation through keyboard (arrow keys), and leave navigation
Share
Register the listView_PreviewKeyDown Event and set
For further infos on the pressed key (e.g. to disable only special keys) check the KeyEventArgs e.