thank you
but maybe question is not clear
i already make xCustomListView in Horizontal Orientation i talk about scroll direction ,from right to left to left to right
thank you
but maybe question is not clear
i already make xCustomListView in Horizontal Orientation i talk about scroll direction ,from right to left to left to right
Thanks for all help
i explain case in next image
i want to show CLV in RTL Direction
i use PreoptimizedCLV ,so i can't fill all clv and scroll to last item to simulate its like RTL
You may want to look at the Endless PreoptimisedCLV example by Erel in the below link. It was designed for a vertical scroll CLV, but you can change it to Horizontal CLV. You can scroll endlessly through the list and change direction any time LTR or RTL when positioned at any record. When you scroll from left to right as you would do in Arabic.
I am trying to make an infinite horizontal loop. what would be the best way? my idea is... with a only 5 add items (1,2,3,4,5) when you scroll through the customlist be: .....1234543212345432123454321... and never stop on "end right side" or "start left side" thanks :)