I was looking at the https://www.telerik.com/forums/preview-(and-stop)-selectionchanged post from 5 years ago. In the first answer, there was an attached solution to the problem. If using the ItemsSource binding, you could prevent the change by not firing the OnPropertyChanged event.
I loaded this project using the 2025Q1 dlls and while the SelectedItem may not technically update, the UI reflects that the item is selected. Is there an updated solution to this?
Also, it appears that the other solution (using the PreviewMouseLeftButtonDown event) doesn't work, because e.Source is the RadNavigationView, NOT the RadNavigationViewItem.