That depends on how the scrolling should look. Are elements supposed to be only half shown(cut of at the list view borders)?
If yes most probably custom views, to only render to a specific area, since SFML doesn't have masks for this(yet).
Why not use SFGUI or TGUI , I think both have implementations for something like this.