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

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -