How do I programmatically scroll to the first checked item in a CheckedListBox?
+2
A:
Use TopIndex
property: http://msdn.microsoft.com/en-us/library/system.windows.forms.listbox.topindex.aspx
František Žiačik
2010-06-29 13:32:11
Thanks! I'm having a juvenile alzheimer's day today...
code4life
2010-06-29 13:48:50
+2
A:
Maybe the ListBox.TopIndex property helps here:
Gets or sets the index of the first visible item in the ListBox.
tanascius
2010-06-29 13:32:24