I have an empty grid (no data). I want the grid column sized to just fit the headers. When I PeformAutoResize in my InitializeLayout there is still some padding space. How can I get rid of this padding?
I want the same behaviour as user would double click to fit to the width.
What kind of padding are you seeing?
The PerformAutoResize method on the column gives you the same behavior as the user double-clicking on the edge of the column header - assuming you are passing in the correct parameters to the method.