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 right of the last column. so I was wondering if I can modify it, please refer to this image below 
My questions are:  
Is there anyway I can remove the 'A' part from the grid?  
Is there anyway I can add the same effect of 'B' part (the role = padding header) to the 'C' Part (before the first column)?
Thanks