WPF Binding to Items within a collection? (or converter with parameters)
Posted
by Sonic Soul
on Stack Overflow
See other posts from Stack Overflow
or by Sonic Soul
Published on 2010-06-05T15:58:33Z
Indexed on
2010/06/05
16:02 UTC
Read the original article
Hit count: 164
wpf
i am using a WPF DataGrid, and in my Details row, i would like to show separate objects within a sub collection of each grid item.
Is it possible to have a finer control of Path?
for example something like... Path=SubCollection['ItemX'] etc..
also, if i was to use a converter, i don't want to have to create a separate converter for each item.. so would there be a way to supply a parameter to a converter that could than determine which collection item to return??
© Stack Overflow or respective owner