wpf - How can I rewrite my code to bind a collection element in code? -
wpf - How can I rewrite my code to bind a collection element in code? -
how can write binding xaml in code bind collection element?
<gridviewcolumn width="70" displaymemberbinding="{binding pageconfidences[0], stringformat=p1}"> ... </gridviewcolumn>
depending on pageconfidences is, may have write value converter. see http://social.msdn.microsoft.com/forums/en-us/wpf/thread/ed707380-f14f-40e1-8a79-bfb9a445a7fa/
wpf xaml binding
Comments
Post a Comment