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

IteamRealized equivalent ?

1 Answer 51 Views
JumpList
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Florent
Top achievements
Rank 1
Florent asked on 17 Jul 2013, 12:51 PM
Hello,

Prior to RadJumpList, I was using LongListSelector to present a list of files with an icon but when the file is an image, I load and replace the icon by a thumbnail.

To avoid loading all the thumbnails at once, and instead loading only these for the item displayed (or realized) I used the event ItemRealized to do it. It was quite perfectible because  if I scrolled very fast, the LongListSelector overflowed and turned empty for some times.

How to achieve the same with RadJumpList ? There is not such an event

1 Answer, 1 is accepted

Sort by
0
Accepted
Deyan
Telerik team
answered on 17 Jul 2013, 01:25 PM
Hello Florent,

Thanks for writing and for choosing RadJumpList.

The RadJumpList exposes the ItemStateChanged event for that purpose. You will find an enum in the event arguments that indicates if an item has been realized with the Realized value. You can read more about this here:

http://www.telerik.com/help/windows-phone/raddataboundlistbox-events.html

I hope this helps.

Regards,
Deyan
Telerik
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
Tags
JumpList
Asked by
Florent
Top achievements
Rank 1
Answers by
Deyan
Telerik team
Share this question
or