Unplanned
Last Updated: 25 Nov 2016 16:28 by Miroslav Paskov
Miroslav Paskov
Created on: 19 Jan 2010 08:28
Category: TreeView
Type: Bug Report
3
TreeView: BringIntoView does not work while animating
When BringIntoView is called while an item is expanding the BringIntoView target item may appear on the screen but be animated away from it. The TreeView will not retry to bring it into view again.

Ideally the TreeVeiw should re-focus on the last BringIntoView target if possible once the animation is complete.

Currently there are two workarounds:
- Turn off the animations while expanding if BringIntoView will be called
- Call BringIntoView for the given item once the animations has completed.
0 comments