Nate Bross
Well-known member
I have a timer that updates an observablecollection<ClassA> every user defined interval (30 seconds for example).
I have a Listbox databound to this collection, and pulling updates automatically works fine.
I have a textbox and a button, user selects a different item in list (currently using SelectedIndexChanged), I update the textbox.
Can I databind the textbox to a property of the currently selected item in my listbox?
I have a Listbox databound to this collection, and pulling updates automatically works fine.
I have a textbox and a button, user selects a different item in list (currently using SelectedIndexChanged), I update the textbox.
Can I databind the textbox to a property of the currently selected item in my listbox?