"Phil Jones" <phil_newsgroup@hotmail.com> schrieb:
> How can I get a [ListBox] to scroll to the its item (if it's list of items
> exceeds the availble screen height).
>
> I can't see a method to do this - I'd be looking for something like
> "ScrollTo"- but I can't see anything.
Set the listbox's 'TopIndex' property to the index of the item.

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/
Phil Jones - 16 Dec 2004 22:07 GMT
Lovely - I new it must be there somewhere!
Many thanks Herfried