I have 3 TextBoxes
and 1 Button
and want to enter each of the the TextBoxes
data into a ListBox
in separate columns.
I know how to enter data into one column:
listbox1.Items.Add(TextBox1.text);
but how can I enter the data into multiple columns?
I am using .NET WPF. I want to use a ListBox
or a ListView
.
my window
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…