Windows Phone 7开发之ListBox水平滚动

<ListBox HorizontalAlignment="Left" Margin="0,605,0,0" Name="listBox1" Width="456" UseLayoutRounding="True" ScrollViewer.HorizontalScrollBarVisibility="Visible" ScrollViewer.VerticalScrollBarVisibility="Disabled">
                <ListBox.ItemsPanel>
                    <ItemsPanelTemplate>
                        <StackPanel Orientation="Horizontal"></StackPanel>
                    </ItemsPanelTemplate>
                </ListBox.ItemsPanel>
            </ListBox>
posted @ 2012-08-24 17:42  hack25  阅读(161)  评论(0编辑  收藏  举报