Quantcast
Channel: Link listView to textBox
Browsing all 5 articles
Browse latest View live

Link listView to textBox

Thank you for your help.I did, in the end find a very simple solution.I 'held' the information in stacked ListViews hidden to the user. It was as simple as that.Thank you

View Article



Link listView to textBox

Hi Thomo03,I suggest you use binding to achieve your goal, for example, you could bind your TextBox to the ListView:Text = {Binding ElementName = "mylistview", path=SelectedItems, Converter...

View Article

Link listView to textBox

Good morning Javaman. Thank you for your explanation, yes, I see the logic now to selected items being the data. In my form the text boxes are different items of information. So the user will add name...

View Article

Link listView to textBox

WPF separates Data from GUI.  Kind of tough to understand at first. But what this means is that the SelectedItems value is the data!  So if you have more than one row in the ListView Selected you will...

View Article

Link listView to textBox

Hello All.I have a listView1 and a couple of textBoxes (textBox1, textBox2).The text boxes once completed link to the listView once the user submits: private void button1_Click(object sender,...

View Article

Browsing all 5 articles
Browse latest View live




Latest Images