We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracking issue for features that native API has but WPF does not expose, as I discover them working on the API.
FOS options:
Events:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Tracking issue for features that native API has but WPF does not expose, as I discover them working on the API.
FOS options:
OverwritePrompt- we use our own logic and message box, might be compatibility concern to switch to nativeStrictFileTypes- we have our own AddExtension that works differentlyCreatePrompt- we use our own logic for save dialog only, native flag works on open dialogs onlyNoReadonlyReturn- can only be enabled on open file dialog, cannot be disabled on save file dialog, use FileOk handlerHidePinnedPlaces- removes everything in the navigation paneDefaultNoMinimode- enforced by WPFEvents:
The text was updated successfully, but these errors were encountered: