WPF How to bind GridView column width in code?
Posted
by peter
on Stack Overflow
See other posts from Stack Overflow
or by peter
Published on 2009-07-14T19:05:53Z
Indexed on
2010/03/24
14:13 UTC
Read the original article
Hit count: 233
I need to bind width property of the GridView column that is created dynamically in code.
Since GridViewColumn object has no SetBinding method, how should I do this?
Thanks in advance.
© Stack Overflow or respective owner