I have a tile by using TileFromItem. Calling ScrollIntoView on that tile does nothing at all.
I am binding the tileControl to a list of Objects so the Tile is created for the item once its added to the list. The tile for the new item does exist at this point. I've done an UpdateLayout() before I make the ScrollIntoView call.
Is there any other way to simply say, put the scrollbar at the TOP. I don't even need to scroll anywhere specific. Just reset it. This is very frustrating.
Thanks!
I submitted this in our issue tracking system with an issue ID of 73180. It will be assigned to a developer to research for a fix, workaround, or other resolution. If some other resolution is reached, I will contact you with this information.
Thank you,Sam
http://www.cwithb.com/2009/04/virtualized-wpf-listbox-scrolling-because-scrollintoview-doesnt-always-work/
Do you guys use Virtualization anywhere? I bet its related to why the listbox doesn't always scroll either...
I look forward to it.
If it helps, I've noticed today that I get
A first chance exception of type 'System.InvalidOperationException' occurred in System.Core.dll
As I step over the line that calls ScrollIntoView()
I am currently looking into this. I will post more information as soon as I have them.