We have a simple RadDataBoundListBox filled with some elements. We try to show/scroll to some specific element using the "BringIntoView" method. EXPECTED result: The specified element should be shown. ACTUAL result: Depending on the initial condition (if any manual scroll is performed in the RadDataBoundListBox or not), the result is: - blank/empty RadDataBoundListBox if no manual scroll was performed - Scroll to some element (usually "near" the requested one), but not exactly to the desired one, if there was some scrolling before invocation of the BringIntoView.