MaterialDesignInXAML / MaterialDesignInXamlToolkit

Google's Material Design in XAML & WPF, for C# & VB.Net.
http://materialdesigninxaml.net
MIT License
14.92k stars 3.4k forks source link

MahApps Dragablz Demo Needs a DataGrid #1314

Open Tide opened 5 years ago

Tide commented 5 years ago

The MahApps Dragablz demo needs a DataGrid added in order test all the MahApps brushes.

Mrxx99 commented 5 years ago

I am working on this. Just wondering if there should be anything special for that DataGrid. Currently I have a Checkbox-, Text-, Combobox and NumericUpDownColumn. But the Checkbox and ComboBox look like WPF default. Should I put the DataGrid resource dictionary as resource into the page?

Keboo commented 5 years ago

@Mrxx99 sorry for the delay. That list of items look sufficient, even just simple text columns would probably exercise most of the MahApps brushes.

I am not sure about needing to include the resource dictionary. Can you open a PR and I can take a look.

Keboo commented 4 years ago

@Mrxx99 are you still working on this?

Mrxx99 commented 4 years ago

I opened the PR (#1348), but it had this theming issues. I didn't work any further on it yet, because you wanted to take a look at it

Keboo commented 4 years ago

@Mrxx99 o sorry, it was late and I missed the PR link above. Thanks!

Keboo commented 4 years ago

Merged in the current work for the data grid. The control now exists in the demo app but there are some issues as outlined in #1348