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.
WPF ページに 2 つのグリッドを作成したいと考えています。Gridスクロールバーまたはスクロールビューアーが必要です。もう 1 つGridは静的です。グリッドはページ内に 1 つずつ配置されます。最初にスクロールを作成して設定するにはどうすればよいGridですか?
Grid
<ScrollViewer> <StackPanel> ... </StackPanel> </ScrollViewer>