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.
特定のアイテム、または少なくとも選択したアイテムまでスクロールする方法はありますか? 私は TreeListView を使用していますが、単純な ObjectListView も必要に応じてスクロールできないようです..
TreeListView.EnsureVisible(int index) が仕事をします。この関数は、目的のアイテム インデックスまで確実にスクロールします。
objectListView1.TopItemIndex = n;