How to remove the auto added column (HeaderRole=Padding) in WPF GridView
- by dnr3
Hi,
I'm trying to make a custom gridview in WPF but I just realized that as this link says:
The GridViewHeaderRowPresenter class
performs layout for the column headers
in a GridView and places an additional
column header at the end to add space
and because of the additional column header at the end, there's an extra column to the…