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 8 の WinRT でグリッドビューのスクロール バーを起動したいですか?
どうすればいいですか?
ありがとう。
これを実現するには、ScrollIntoView() を呼び出して、GridView の最初の項目に渡します。
yourGridView.ScrollIntoView(firstItemInYourGridView);