ListView for WPF
方向
ListView の使用 > 方向

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

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

XAML
コードのコピー
<c1:C1ListView Orientation="Horizontal" />

The resulting ListView looks like the snapshot below.