Vertical ScrollView like UIScrollView

Hi, I’m porting my game to cocos2d-html5 and I need implement one ScrollView to show a friend list, on cocos2d I use a custom class to do it. Someone could to tell me how I can make it in cocos2d-html5 ?

I appreciate, thanks!

*Sorry my bad English :frowning:

if its for the web only, then you can use DOM and html to achieve scrollview