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 🙂
The most common technique is to use templates. Please consider using my example of a templated ListItem (for example ListBoxItem):
Please feel free to ask if you have any questions/ideas.