I have a Listbox with items created through databinding. The item template creates a custom view for each generated item. Each generated item view is its own user control.
I'd like to change the state of the listbox to something like "Details" vs. "Compact" and have each item have its own state changed automatically. The view item knows what to show or hide based on its state. I can't seem to change the state of that generated user control from a higher level (the button for changing view modes).
I hope this is clear enough. I'll add details if it helps.
Thank you very much for any help!