How to use the new File Picker styling #241
-
Hi, i've been working on an app that's implemented SukiUI from last year and had to recently take a break for a few months due to university. I'm dusting the project off and starting back up again and noticed the wonderful updates/progress that's been made to the library since i've been gone. Looks great! In particular, I love the in-theme file picker - perfect for what i'm trying to do. But I can't seem to replicate this on my own app, in fact the code to open the file/folder picker in the demo is near identical to the code I already had to do the same thing. I'm struggling to understand the flow and what i need to change to implement this look - if anyone has any insights that'd be awesome! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I should mention that I have updated SukiUI to beta7, my avalonia is on 11.1.0-beta2 (as I think there's currently issues with rc2) |
Beta Was this translation helpful? Give feedback.
-
Hi ! This option is still really in progress but can be used indeed, you just have to put "UseManagedSystemDialogs()" in your Program.cs file. You can check the Program.cs file of the SukiDemo project. |
Beta Was this translation helpful? Give feedback.
Hi !
This option is still really in progress but can be used indeed, you just have to put "UseManagedSystemDialogs()" in your Program.cs file. You can check the Program.cs file of the SukiDemo project.