Hi wpf,
I am written code in wpf.
<GridView>
<GridViewColumn Header="First" />
<GridViewColumn Header="Second" />
</GridView>
I have only two headers but in image as below, it showed three headers.
how to remove or hide last column header if possible?
Thanks