Search code examples
wpflistviewgridview

WPF : Extend last column of ListView's GridView


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


Solution

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