Pending Review
Last Updated: 22 Jun 2018 10:20 by ADMIN
ADMIN
Vladislav
Created on: 27 Aug 2014 09:05
Category: UI for UWP
Type: Bug Report
4
DataBoundListBox: BringIntoView doesn't work
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.
0 comments