One line appears and multilines appear
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I'd like to make a listbox display multilines to user without using scrolldown when another event is clicked. And the same listbox shows only one item when another event is clicked. Ex: when you click a button A, then a listbox B shows multilines of items. And when you click the button A again, the listbox B shows only one line. Thanks. Kyah:doh: