Hi.
I use the WPF Element to control LISTBOX.
WPF Property ItemsSource Input Data "abcd";
<ListBox>
a
b
c
d
But I want is a String
<ListBox>
abcd
asdf
ekwq
How can i do it?
Hi.
I use the WPF Element to control LISTBOX.
WPF Property ItemsSource Input Data "abcd";
<ListBox>
a
b
c
d
But I want is a String
<ListBox>
abcd
asdf
ekwq
How can i do it?