Hi, I have a list of String that I want to display using ListView in three different columns of table. I don't want to split list into three lists and use three different ListViews. I just want to use only one ListView and display strings in three columns.
e.g. -------------------------------- Title of Table -------------------------------- string1 | string2 | string3 string11 | string22 | string33 string111 | string222 | string333 Is there any way to do it? Thanks, -Sanjay --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
