If you have particular html element in your view which is re-rendered with every possible change, you can update scrollbar like this:
- <div>
- <div>
- <div <%= function (el) { self.updateScrollbar(el);} %> ></div>
- </div>
- </div>
updateScrollbar is a function in your control.