Open clovett opened 2 years ago
Hey, I found this ~\ModernWpf\ModernWpf\DensityStyles\Compact.xaml which is helpful. It gets me most of the way there.
But I would like to also remove the accented focus rectangle if possible...
How can this compact style be applied for all DataGrids or one DataGrid?
I am moving my Money app to ModernWPF and one thing that seems hard is finding slim textbox and combobox controls for embedding in a DataGrid, does ModernWPF have anything like that? This is what I had before:
And this is what it looks like with modern wpf, even with padding set to 0 and border thickness set to 0 and so on:
Any ideas, short of grabbing the entire modern wpf templates and slimming them down myself... ?