MahApps / MahApps.Metro

A framework that allows developers to cobble together a better UI for their own WPF applications with minimal effort.
https://mahapps.com
MIT License
9.32k stars 2.45k forks source link

Make View Code Feature For Demo App #3393

Open Dracarys-Ensoul opened 5 years ago

Dracarys-Ensoul commented 5 years ago

I don't understand how can I use this special controls on my project so I need help. Can you update demo application like Material Design Demo please. I want to see XAML codes for every controls in mahapps demo. screenshot_1

AKruimink commented 4 years ago

What your looking at there is a WPF component called ShowMeTheXAML that MaterialDesignXAML uses to display their demo XAML and has nothing to do with MahApps specificly (not do we have a controller for it).

That being said, with #3818 and #3825 this might change, altho i don't think anyone can promise anything as of yet. If you really want to apply XAML code showcase in your app the WPF component mentiont above is the way to do it (for now).