# Orientation

## Content



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](https://cdn.mescius.io/document-site-files/images/2c07b747-52eb-450f-92db-4ecd61caca08/images/vertical-listview.png)

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

```xml
<c1:C1ListView Orientation="Horizontal" />
```

The resulting ListView looks like the snapshot below.

![](https://cdn.mescius.io/document-site-files/images/2c07b747-52eb-450f-92db-4ecd61caca08/images/horizontal-listview.png)