ListView Items Display
-
I am adding items to a listView, but during runtime I see them being displayed one next to the other, instead of one below the other. I mean that I see that item 2 gets added to the listView and is displayed parallel to item 1 present in the listView instead of being displayed below item 1. Can anyone tell me the reason and possible solution to display it one below the other?
-
I am adding items to a listView, but during runtime I see them being displayed one next to the other, instead of one below the other. I mean that I see that item 2 gets added to the listView and is displayed parallel to item 1 present in the listView instead of being displayed below item 1. Can anyone tell me the reason and possible solution to display it one below the other?