Hi,
In XamTileManager, i am just applying NormalModeSettings and HorizontalVariable ordering. I have subscribed for XamTileManager_Loaded, XamTile_Loaded & XamTile_SizeChanged events. Tried changing the sizes of XamTile in XamTileManager_Loaded & XamTile_Loaded and its not firing SizeChanged event of XamTile. But if i change the size of a XamTile in SizeChanged event, then it is firing SizeChanged while scrolling.
I am attaching a sample application.
Hi Stefan,
Firing the SizeChanged event for the first time is logical. But it fires the event every time i scroll down. Comment the code inside sizechanged event and check, while scrolling the event wont fire.
Hello Kumaran,
Thank you for your post. I have been looking into it and the sample you have sent and I can say that this behavior is expected, because when the tiles are not in view they are virtualized and when you scroll, they are rendered again, which cases the SizeChanged event to fire.
Hope this helps you.