Answered by:
Multiple gridviews on home page

Question
-
I'm building an app with a hub page- about 4 sections contain 4 gridviews each. Since I'm not changing the ItemsPanel from the default ItemsWrapGrid - I'm expecting to obtain UI virtualization. Hence, even if my 4 gridviews have about 100 items each [the item template contains an image and 2 textblocks], I should'nt be expecting a performance lag on my home hub page. Is my understanding correct?Monday, March 31, 2014 6:34 AM
Answers
-
yes. althought it depends a little how you construct it. if you start using own scrollviewers you can break virtualization.
Microsoft Certified Solutions Developer - Windows Store Apps Using C#
- Marked as answer by Jamles HezModerator Friday, April 4, 2014 8:28 AM
Monday, March 31, 2014 8:08 AM -
no. the hub does some optimalisations its so makes only better
Microsoft Certified Solutions Developer - Windows Store Apps Using C#
- Marked as answer by Jamles HezModerator Friday, April 4, 2014 8:28 AM
Monday, March 31, 2014 8:50 AM
All replies
-
yes. althought it depends a little how you construct it. if you start using own scrollviewers you can break virtualization.
Microsoft Certified Solutions Developer - Windows Store Apps Using C#
- Marked as answer by Jamles HezModerator Friday, April 4, 2014 8:28 AM
Monday, March 31, 2014 8:08 AM -
Thanks Dave! I noted that the Hub template itself contains a scrollviewer. Could that be a problem?Monday, March 31, 2014 8:26 AM
-
no. the hub does some optimalisations its so makes only better
Microsoft Certified Solutions Developer - Windows Store Apps Using C#
- Marked as answer by Jamles HezModerator Friday, April 4, 2014 8:28 AM
Monday, March 31, 2014 8:50 AM