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 Mobile 6.1 で 3.5 Compact Framework を使用してアプリケーションを開発しています。アイテムを追加するときにこのリストを自動スクロールListViewしたいと考えています。
ListView
どのようにできるのか?
listView.EnsureVisible(listView.Items.Count - 1);