WPF : Extend last column of ListView's GridView

前端 未结 7 737
北海茫月
北海茫月 2020-11-28 06:50

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

7条回答
  •  情歌与酒
    2020-11-28 07:46

    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

提交回复
热议问题