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.
Windows 手机应用程序。我用两个 480px StackPanel 设置布局宽度 960px。首先,我可以看到第一个 StackPanel,我想转移布局以查看第二个 StackPanel,但我在第二个 StackPanel 中什么也没找到
1)将两个堆栈面板放在一个父堆栈面板中并水平排列,并将父堆栈面板添加到一个scrollviewer与horizontal scroll打开。然后你可以水平滚动。
scrollviewer
horizontal scroll
2)您也可以Pivot/Panorama用于此类场景。
Pivot/Panorama