Replies: 1 comment
-
You can use IFileDialog with Controlling the Default Folder (I had added C# declarations in CFileDialog.cs from WinUI3_IFileDialog and I called SetFolder in the constructor (if not null)) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
FileOpenPicker
andFileSavePicker
have aSuggestedStartLocation
with a limited set of locations controlled by an enum. The documentation says "The SuggestedStartLocation is not always used as the start location for the file picker. To give the user a sense of consistency, the file picker remembers the last location that the user navigated to and will generally start at that location."Does anyone know of a third-party replacement for the Picker that has a RequiredStartLocation? We're getting really cheesed off with what happens when Windows "generally start[s] at that location".
Beta Was this translation helpful? Give feedback.
All reactions