How do I get a Horizontal ListBox to scroll horizontally in WP7?

前端 未结 3 1622
眼角桃花
眼角桃花 2020-12-30 09:11

I\'m attempting to use the code below to make a horizontal listbox in WP7 silverlight. The items appear horizontally but the scrolling is still vertical.

Am I doin

3条回答
  •  春和景丽
    2020-12-30 09:52

    OK, almost two years later, but Mahantesh's code worked fine for me with only 2 additions, of disabling the VerticalScrollBar property in both the ScrollViewer line and in the ListBox line, to avoid the ListBox still being able to scroll vertically

    
    
    

提交回复
热议问题