Horizontal Widget Table View

Hi,

Is it possible to create a table view in a horizontal position? I could not find any examples of the same. Today the table view is created with one column and multiple rows. Is it possible to create a table view with one row and multiple columns?

Thanks.

In the iOS world a tableView is defined as a one column, multi-row object.   But a row is just a display group, and you can position things to make it look like a multi column display.

Well I wanted a scrollable list but I figured I could just use the scroll view and not the table view for the same. Thanks.

In the iOS world a tableView is defined as a one column, multi-row object.   But a row is just a display group, and you can position things to make it look like a multi column display.

Well I wanted a scrollable list but I figured I could just use the scroll view and not the table view for the same. Thanks.