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.
私はListViewWindows 8 の Metro スタイル アプリで を使用しており、特定のアイテムがビューにあるポイントまでプログラムでスクロールさせたいと考えています。
ListView
これは可能ですか?
JavaScriptとXAMLのどちらを使用しているかはわかりませんが、JavaScriptではensureVisible(index)、ListViewのプロパティを設定するだけで済みます。これにより、アイテムが表示され、必要に応じてListViewがスクロールされます。
ensureVisible(index)
XAMLでは、がScrollIntoView(object)必要なものである必要があります。(SemanticZoomについては、を参照してくださいMakeVisible。)
ScrollIntoView(object)
MakeVisible