i have 3 listboxes in a pivot page. Normaly when i write something like:
listBox3.SelectedIndex = 10;
the item is selected and is displayed. No i have the problem, that the right item is selected, but that the listbox doesnt scroll to the selected item. Does someone has an
idea what problem this is?
Use the
ScrollIntoViewmethod.