I have to make listbox with textbox in it... and it has to be dynamic. I have observable collection in code behind and I want to bind that for listbox. I want dynamic listbox an
You will have to Bind your textbox to the property in your class of which observable collection you have bound