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.
ページルートのGridView中にあります。非常に幅が広く、スクロールは問題なく機能しますが、スムーズな形式のスクロールではありません。目盛りでスクロールします。
GridView
マークアップ コードでこれを解決するにはどうすればよいですか?
どっ!
のItemsPanelプロパティがGridViewに設定されましたVirtualizingStackPanel。それを変更してStackPanel私の問題を解決しました。
ItemsPanel
VirtualizingStackPanel
StackPanel