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.
リストボックスのリストの最後に到達したことを確認するにはどうすればよいですか。
には、スクロール機能にアクセスできるプロパティが付属していますListBox。ScrollViewerと比較しVerticalOffsetてくださいScrollableHeight。== 0の場合VerticalOffset、あなたはの一番上にいListBoxます。VerticalOffset==の場合ScrollableHeight、リストボックスの一番下にいます。このロジックをScrollChangedハンドラーに追加することをお勧めします。
ListBox
ScrollViewer
VerticalOffset
ScrollableHeight