I have a databound WPF ListBox with a custom itemtemplate -> datatemplate. Part of that template is also a ListBox. On certain event I'd like to loop through all textboxes in the ListBox and retreive their values. Is this possible?
I have a databound WPF ListBox with a custom itemtemplate -> datatemplate. Part of that template is also a ListBox. On certain event I'd like to loop through all textboxes in the ListBox and retreive their values. Is this possible?