up vote 1 down vote favorite
1
share [g+] share [fb]

In my WPF application I have two ListView with identical columns. I want to bind the column width of the ListViews to each other. When I resize a column in one ListView I want the matching column in the other ListView to have the same width.

It would be great if there would be no "Master"-ListView. Each ListView should update the other one.

link|improve this question

73% accept rate
Sure this is a dupe – ChrisF Aug 28 '09 at 14:12
feedback

1 Answer

http://www.wpftutorial.net/GridLayout.html

The section "How to share the width of a column over multiple grids" should answer your question.

HTH, Anderson

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.