tags:

views:

683

answers:

1

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

+3  A: 

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

gcores
The ListView Layout Manager link is exactly what I needed. Thank you for posting.
Scott Bilas