Button in a WPF ListItem
Posted
by Joel Martinez
on Stack Overflow
See other posts from Stack Overflow
or by Joel Martinez
Published on 2010-05-21T02:38:53Z
Indexed on
2010/05/21
2:40 UTC
Read the original article
Hit count: 346
wpf
|databinding
Hi, I'm a bit new to WPF. I am working on a list UI where each item in the list will have a set of corresponding buttons to operate on that particular data item.
Coming from a web background, I normally would have bound the value into a hidden element in that particular list item or something. However, I just need to find the corresponding technique in this WPF world :-)
© Stack Overflow or respective owner