Scroll to Bottom of Container

**I am building a Chat interface using a repeater currently, it is positioned inside a container with the overflow content set to scroll. As the chat progresses responses are added to the repeater at the bottom. I cant see any way of making the last response the focus, I keep having to scroll down to see it.

I have tried ScrollTo() but this is page scroll not the container, I tried animations but this moves the content not the scroll.

Is there a way of doing this other than creating an whole html section?**