Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法让 LongListSelector 水平滚动?
默认情况下,它垂直滚动。没有可用于更改方向的 ItemPanel 属性或 ScrollViwer。
任何帮助将不胜感激:)
替代scrollviewer的视口控件可以水平滚动。您可以在 LLS 模板中修改 ViewPortControl 的 ManipulationLockMode。
但我不认为 LongListSelector 是用来水平滚动的。
您需要 LLS 的哪些部分无法用旧的列表框 + 水平虚拟化堆栈面板组合代替?
侧边使用的长列表选择器标记如下:ScrollViewer.HorizontalScrollBarVisibility="Visible"