I have a Visual Basic 2008 WPF form and in it i have a list view. WIthin the list view i have text boxes so i can add items to it (in a master detail type set up).
How can i set the value of the text boxes automatically? Normally i would just have txtBox.text = Blah. But i can't do that for text boxes within the list view.
Helpppppp
How can i set the value of the text boxes automatically? Normally i would just have txtBox.text = Blah. But i can't do that for text boxes within the list view.
Helpppppp