views:

759

answers:

1

If a listbox has many items, is there a way (programatically) to check if an item is visible on screen.

For example, the listbox has 100 items, but only first 24 are shown of the screen, is there a way to check if a specific (say list[75]) is currently displayed or one should scroll to see it?