Horizontal scroll in rich:panel to default right to left
Posted
by
TaylorSmolik
on Stack Overflow
See other posts from Stack Overflow
or by TaylorSmolik
Published on 2012-12-07T00:12:56Z
Indexed on
2012/12/07
5:04 UTC
Read the original article
Hit count: 158
I have a rich:panel with a style="overflow: scroll" tag inside. By default, the scroll slides left to right. I am constantly adding a new dataTable to a dataGrid with the click of a button and I want the user to always see the most recent one, and since I have it set up so that each dataTable is added as a column to the dataGrid, the most recent one will always be on the right side of the dataGrid. Is there a way I can default the scroll to go right to left? Or maybe creating the columns from right to left?
© Stack Overflow or respective owner