In Example 11, if you grab items and drop them in the 'first' slot at the top of the list you'll see the padding on that first cell get larger and larger as you drop more items in "slot one".
I assume the scroll position of the scroller is being incremented unnecessarily when items are dropped here. Is there a fix for this short of listening for an event manually and resetting the scroller position?