WPF : Extend last column of ListView’s GridView

gridviewlistviewwpf

I have a ListView with a GridView with 3 columns. I want last column to take up remaining width of the ListView.

Best Answer

That can't be done with simple XAML, but there are some solutions out there. Check this out: