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);