ScrollView scroll deceleration

Hello

I’ve been using TableView for a while, but I don`t quite understand logic behind tableCellAtIndex function and such. I decided to switch to ScrollView that afaik works nicely. It is in fact, but I have 2 questions about it:

  1. Deceleration in TableView works perfect but I can`t understand how to achieve same effect when using simple ScrollView. I’ve found some defines like SCROLL_DEACCEL_RATE in CCScrollView.cpp but I don’t think it is a good choice to tweak them, isn’t it? And TableView deceleration works fine without tweaking it.

  2. Is it possible to achieve nice deceleration while setting bounceable to false?

Any advice?

Thanks in advance.