Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
280
ScrollIntoView is not working for me
posted

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. 

Parents
  • 7305
    posted

    Matthew,

    The simpliest way to scroll the tile into view is to call ScrollIntoView method of XamTileControl passing the tile object that should be in view.  Let me know if you have any questions.

    Thank you,
    Sam

Reply Children