lepoco / wpfui

WPF UI provides the Fluent experience in your known and loved WPF framework. Intuitive design, themes, navigation and new immersive controls. All natively and effortlessly.
https://wpfui.lepo.co
MIT License
7.47k stars 725 forks source link

ContentDialog(Page?) #1047

Open daef opened 5 months ago

daef commented 5 months ago

Describe the bug

in the gallery example app the "XAML source code" button doesnt work.

To Reproduce

open gallery app / dialogs and flyout / contentdialog / "XAML source code"

Expected behavior

open the correct url

Screenshots

No response

OS version

doesn't matter

.NET version

yes

WPF-UI NuGet version

don't know

Additional context

No response

hansoolow commented 4 months ago

Hi there! I really have to push this issue, because it is frustrating me currently.

All I want to do, is create a dialog with ContentDialog and enter a few values in some textboxes. Of course preferably via viewmodel that is sticked to the ContentDialog. I cannot figure out how to do that and need to go with a different approach... Is it the ContentDialog now or the ContentDialoPage?