Hi,
Can I add vertical scrollbar to a:richList component? What i wanted is to add a vertical scrollbar to content areas. This is the piece of code on my browse.jsp where i want to make change.
<%– Content list –%>
<a:richList id="contentRichList" binding="#{BrowseBean.contentRichList}" viewMode="#{BrowseBean.browseViewMode}" pageSize="#{BrowseBean.pageSizeContent}"
styleClass="recordSet" headerStyleClass="recordSetHeader" rowStyleClass="recordSetRow" altRowStyleClass="recordSetRowAlt" width="100%"
value="#{BrowseBean.content}" var="r">
Any suggestion is welcome.
Thank
Kayan