I am just wondering if there is Expression Dark theme for WPF DataGrid?
Or how to adjust it for WPF DataGrid?
Any links?
UPDATES:
It's possible replace WPF DataGrid to WPF ListView and Expressaion Dark theme applies good.
<ListView Name="MainTable" >
<ListView.View>
<GridView>
<GridViewColumn DisplayMemberBinding="{Binding Filename}" Width="140" Header="{lex:LocTextExtension Key=Name, Dict=Resources, Assembly=PreShow.Player}" />
<GridViewColumn DisplayMemberBinding="{Binding IsSuccess}" Width="60" Header="{lex:LocTextExtension Key=Success, Dict=Resources, Assembly=PreShow.Player}" />
<GridViewColumn DisplayMemberBinding="{Binding Downloaded}" Width="140" Header="{lex:LocTextExtension Key=Time, Dict=Resources, Assembly=PreShow.Player}" />
<GridViewColumn DisplayMemberBinding="{Binding IsDownloading}" Width="100" Header="{lex:LocTextExtension Key=IsDownloading, Dict=Resources, Assembly=PreShow.Player}" />
<GridViewColumn DisplayMemberBinding="{Binding URL}" Width="Auto" Header="URL" />
</GridView>
</ListView.View>
</ListView>
Here you go:
http://datagridthemesfromsl.codeplex.com/
A reusable theme library for the WPF DataGrid, so that it can look and handle like the Silverlight DataGrid.
Themed after ExpressionLight, ExpressionDark, WhistlerBlue, etc.Features:
- SelectedCells attached property: data binding selected cells to your MVVM ViewModels.
- Horizontal scrolling with mouse tilt wheel.
Please see documentation for usage.
This project was developed purely in code (XML/XAML and C#), and not in some GUI "designer"...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With