Posts Tagged Button
WPF: DataGrid Select-all-button Styling
Posted by Tim Valentine in Controls, Customization, WPF on January 4, 2011
Problem
The SelectAll button on Microsoft’s DataGrid control cannot be styled without a workaround. This is a direct result of there being no SelectAllButtonTemplate property on the control. To get around this issue we’ll make our own property using attached properties. This way we can have nice, clean, MVVM-compliant code and XAML-markup, while still getting what we want.