Closed glen-yb closed 5 years ago
@glen-yb I will consider your feedback for a future release.
@glen-yb Please have a look at the latest preview release. It contains improved keyboard navigation for the file sytem controls.
@spiegelp Thank you! Your solution is very elegant.
I found that OpenFileDialog is still working in a "single click" way. Wasn't it supposed to be solved? @spiegelp please help me. My code was listed below. Thanks!
OpenFileDialogArguments dialogArgs = new OpenFileDialogArguments();
OpenFileDialogResult result = await ShowDialogAsync("RootDialog", dialogArgs);
My MaterialDesignTheme nuget package is "3.1.1-ci1261" and MaterialDesignExtensions is "3.1.0-a03".
Like the Windows file dialogs, OpenFileDialog and SaveFileDialog should return when a file is double clicked. The dialogs should also select a file when you hit Enter and cancel when you hit Escape.