S
S
sidor_tank2019-04-07 19:26:33
WPF
sidor_tank, 2019-04-07 19:26:33

How to install downloaded theme on WPF DataGrid?

Downloaded the theme from here: https://archive.codeplex.com/?p=datagridthemesfromsl#, via Nuget. How to install it correctly?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
F
Foggy Finder, 2019-04-07
@sidor_tank

Add to resource files:

<Application.Resources>
    <!--<ResourceDictionary Source="/DataGridThemes;component/ExpressionLight.xaml" />-->
    <!--<ResourceDictionary Source="/DataGridThemes;component/ExpressionDark.xaml" />-->
    <ResourceDictionary Source="/DataGridThemes;component/WhistlerBlue.xaml" />
</Application.Resources>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question