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 の推奨事項は、設定を複数のフライアウトに分割することです。1 つのウィンドウにそれほど多くの設定を入れるべきではありません。
これを行う必要がある場合は、コンテンツをScrollViewerfor XAML または<div class="ms-scrollview" style="style="height: 100%; width: 300px; overflow-x: hidden; overflow-y: visible;">for HTML でラップします。
ScrollViewer
<div class="ms-scrollview" style="style="height: 100%; width: 300px; overflow-x: hidden; overflow-y: visible;">