Windows Phone ListBox 水平滚动

<ListBox x:Name="imageListBox" ScrollViewer.HorizontalScrollBarVisibility="Visible">
<ListBox.ItemsPanel>
<ItemsPanelTemplate>
<StackPanel Orientation="Horizontal"></StackPanel>
</ItemsPanelTemplate>
</ListBox.ItemsPanel>

<ListBoxItem Width="110">abc</ListBoxItem>
<ListBoxItem Width="110">abc</ListBoxItem>
<ListBoxItem Width="110">abc</ListBoxItem>
<ListBoxItem Width="110">abc</ListBoxItem>
<ListBoxItem Width="110">abc</ListBoxItem>
<ListBoxItem Width="110">abc</ListBoxItem>
<ListBoxItem Width="110">abc</ListBoxItem>
<ListBoxItem Width="110">abc</ListBoxItem>
</ListBox>

引自这个地方http://www.cnblogs.com/sun-god/archive/2012/02/09/2344571.html
posted @ 2012-08-03 10:36  sognoNL  阅读(140)  评论(0编辑  收藏  举报