I have tried to find a way to add a scroll bar to a web part.i have set the height to a fix amountI have more then enough content for itI even went into designer to add a property tagsomthing like <scroll> or <scrollbars>vertial</scrollbars>
Add something like this to a content editor webpart<style>#webpartid{ height:30px; overflow:scroll}</style>