Search code examples
c#objectlistview

ObjectListView Set first displayed item


Is it possible to programmatically set the first displayed item in a BrightIdeasSoftware ObjectListView? In other words I want to scroll down the list to make another item than the first in the list displayed at the top. I cant't find any member that does so.


Solution

  • Found it:

    objectListView1.TopItemIndex = n;