H Hossein-59 New Member Aug 31, 2020 #1 hi guys maybe it is a simple problem. maybe not, but i can't shift tableview to right to left.
Erel B4X founder Staff member Licensed User Longtime User Aug 31, 2020 #2 You can change the complete layout orientation: Upvote 0
behnam_tr Active Member Licensed User Longtime User Aug 31, 2020 #3 check this : B4X: Dim jo As JavaObject = tableview1 jo.RunMethod("setNodeOrientation", Array("RIGHT_TO_LEFT")) Upvote 0
check this : B4X: Dim jo As JavaObject = tableview1 jo.RunMethod("setNodeOrientation", Array("RIGHT_TO_LEFT"))
H Hossein-59 New Member Aug 31, 2020 #4 Erel said: You can change the complete layout orientation: View attachment 99342 Click to expand... thanks a lot. it was very easy, of course for you? Upvote 0
Erel said: You can change the complete layout orientation: View attachment 99342 Click to expand... thanks a lot. it was very easy, of course for you?
H Hossein-59 New Member Aug 31, 2020 #5 behnam_tr said: check this : B4X: Dim jo As JavaObject = tableview1 jo.RunMethod("setNodeOrientation", Array("RIGHT_TO_LEFT")) Click to expand... you are great man. thank you for help. it solved Upvote 0
behnam_tr said: check this : B4X: Dim jo As JavaObject = tableview1 jo.RunMethod("setNodeOrientation", Array("RIGHT_TO_LEFT")) Click to expand... you are great man. thank you for help. it solved