Disable click sound on navigating from a System.Windows.Controls.Frame
- Dominant language
- C#
- Stars
- 7.7k
- Forks
- 1.3k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 61
Description
I'm running a .NET Core 3.0 WPF in which a Frame is embedded into my main Window.
Every time I navigate in this frame, using its NavigationService, a disturbing click sound (the same one that is played while navigating in Internet Explorer or WebBrowser Control) occur and I considerate it as a *very bad* user experience.
As far as I know, there is no way to disable it, according to [this](https://stackoverflow.com/questions/4254026/turn-off-navigation-page-sound-in-wpf-frame-control) and [this](https://social.msdn.microsoft.com/Forums/vstudio/en-us/843677f4-8f0b-46cb-986c-92e8042d0707/stupid-problem-with-webbrowser-control?forum=vbgeneral).
I do not consider writing a registry value is a working solution here (as suggested in the link).
Contributor guide
Assessment
This issue has not been assessed yet.