Skip to content

SaveFileDialog - turn off overwrite confirmation? #5756

Answered by maxkatz6
Zilkode asked this question in Q&A
Discussion options

You must be logged in to vote

If you want your own file dialog, you can implement this interface ISystemDialogImpl and setup it as here https://github.com/AvaloniaUI/Avalonia/blob/master/src/Avalonia.Dialogs/ManagedFileDialogExtensions.cs#L68

Or you can completely ignore Avalonia side and use your own implementation directly.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Zilkode
Comment options

Answer selected by Zilkode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants