Not sure if in Primfaces 3.2, but in version 6.0 you can do this:
<p:scrollPanel id="scheduleDayViewScrollPanel" styleClass="static-width"> ... </p:scrollPanel> <script type="text/javascript"> $(document).ready(function () { $("#scheduleDayViewScrollPanel").jScrollPane({mouseWheelSpeed: 50}); }); </script>
Primefaces 6.0 uses jScrollPane - v2.0.19 - 2013-11-16
http://jscrollpane.kelvinluck.com/
source share