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
295
Tiles scroll when a tile resizes
posted

We have tiles that dynamically change size based on content. This works well with one exception: if there are tiles off screen and the scroll bars are enabled, the tiles control will scroll when one tile changes size. For our application our tiles change size vertically, so a vertical scroll occurs when the tiles change size, often scrolling to the topmost tile. It is awful when trying to add content to a tile far down, the addition cause the tile to be scrolled off screen as the vertical scroll bar returns to the top. 

I figure this is because a tile size change triggers a refresh of all tiles. Is there a way to disable this?

I have attached a sample to demo the issue. Scroll to the Meats tile (so the vertical scroll bar is not at the top position) and press the button. The Tiles control will scroll to the top. 

I have not tried this with v12, still on v11.2 as that is what we plan to ship with. Can you please confirm this issue does or does not occur in v12. Thanks!

XamTileDemo.zip
Parents Reply Children
No Data