SL WP7 Toolkit Pro Tip: Set a background on your LongListSelector so that it scrolls correctly

Got a LongListSelector in your project? Notice that if you try to scroll in blank areas (where the background shows through) it won't react?

Set:

 Background="{StaticResource PhoneBackgroundBrush}"

or to whatever colour you prefer and all your problems should go away.