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.
我有很大的内容需要放在 SettingFlyout 中。问题是 SettingFlyout 太小了。如何为其添加垂直滚动条?
更新:Javascript Metro 应用程序。
该场景的 UX 建议是将设置分解为多个弹出窗口。你真的不应该把那么多设置放在一个窗口中。
如果必须这样做,则将内容包装在ScrollViewerXAML 或<div class="ms-scrollview" style="style="height: 100%; width: 300px; overflow-x: hidden; overflow-y: visible;">HTML 中。
ScrollViewer
<div class="ms-scrollview" style="style="height: 100%; width: 300px; overflow-x: hidden; overflow-y: visible;">