This is a migrated thread and some comments may be shown as answers.

Deferred ScrollbarViewer

1 Answer 58 Views
VirtualizingWrapPanel
This is a migrated thread and some comments may be shown as answers.
Charles Benoualid
Top achievements
Rank 1
Charles Benoualid asked on 18 Mar 2013, 07:25 PM
We have a big application and scrolling using VirtualizationWrapPanel cause alot of problem. If i have 5000 images to show (card view) and I scroll from top to bottom, the scrollviewer try to render all Image one after the others. It makes the application very slow. We need a deferred mode just like RadGridView, but for VirtualizationWrapPanel.

Without this, we cannot use VirtualizationWrapPanel  for big data set with images......

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 19 Mar 2013, 06:48 AM
Hi,

 The panel is just a VirtualizingPanel only with measure and arrange logic. To achieve your goal the ItemsControl where this panel is used should support deferred scrolling.

Greetings,
Vlad
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
VirtualizingWrapPanel
Asked by
Charles Benoualid
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or