- Create a new class that inherit
ObservableCollection<T>
andISupportIncrementalBehavior
and set it asItemsSource
of yourLongListSelector
. - Add
IncrementalLoadingBehavior
to yourLongListSelector
. - Add an
Header/HeaderTemplate
to yourLongListSelector
to let the behavior initialize (It can be empty)