Work with ListView / Orientation
Orientation

The ListView control support both horizontal and vertical orientation, allowing for more layout scenarios. By default, the orientation of the ListView control is 'vertical'. 

orientation in Listview

To set the orientation of the control to horizontal, set the Orientation property as given below:

XAML
Copy Code
<c1:C1ListView Orientation="Horizontal" />

The resulting ListView looks like the snapshot below.