I have a ListView with a GridView with 3 columns. I want last column to take up remaining width of the ListView.
WPF : Extend last column of ListView’s GridView
gridviewlistviewwpf
gridviewlistviewwpf
I have a ListView with a GridView with 3 columns. I want last column to take up remaining width of the ListView.
Best Solution
That can't be done with simple XAML, but there are some solutions out there. Check this out: