T Traiser Member Licensed User Longtime User Aug 22, 2014 #1 hi all how i can make a list (an example is the chat) when the first user add one string, this row is at left and when the second user add string, this row is at right and when the first user add a string, this row is at left etc? What should I use? listview? scrollview? sorry for my english thanks
hi all how i can make a list (an example is the chat) when the first user add one string, this row is at left and when the second user add string, this row is at right and when the first user add a string, this row is at left etc? What should I use? listview? scrollview? sorry for my english thanks
DonManfred Expert Licensed User Longtime User Aug 22, 2014 #2 You cannot do that with a listview so i would suggest using a scrollview or a custom list view Upvote 0