Following is one screen of my app that loads around 100 items on each search call to server (WCF).

I have two following questions.
One: currently i am assigning all the resultant items to itemssource of longlist selector but i want to load initially 10 items and when user swipes down to almost end it load 10 more. have seen this behavior in many applications (foursquare) but couldn't figure out because i am new for silverlight.
Two: If the item has image then PicturePath is set to the server image path otherwise local no-image path is set. Problem is when image is being downloaded the image area is shown blank until it fully downloads and then starts showing images, i need it be be something like foursquare shows until image is completely loaded. My binding code is given below along with my requirement.


Thanks.