I have a ListView with a GridView with 3 columns. I want last column to take up remaining width of the ListView.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
That can't be done with simple XAML, but there are some solutions out there. Check this out: |
||||
|
|
There is a way to do it using behavior pattern
See the following link for some examples and link to source code http://lazycowprojects.tumblr.com/post/7063214400/wpf-c-listview-column-width-auto |
|||
|
|
|
quick & dirty xaml:
cs:
|
|||
|
|
