WPF:延长ListView的GridView中的最后一列

问题描述:

我有3列的GridView一个ListView。我想最后一栏占用剩余的ListView的宽度。

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

这不能用简单的XAML完成,但也有一些解决方案在那里。检查了这一点:

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

  • ListView Layout Manager
  • Star size of a ListView column