TableView
TableView copied to clipboard
horizontal scrolling from right to left
i want to fill table from right to left and horizontal scrolling same way.
Hi Behzad,
Do you want to display row headers on right side of the TableView ?
Or just what you need is each cell should be displayed right to left like below image https://i.stack.imgur.com/fIV8p.png
Hi dear, in tableviewsample data fills from left and horizontal scroll start from left, but i want to fill from right and horizontal scroll start from right. it means that: now first frozen column is in left in screen, I want it placed at right of screen and due to it, the scroll will move to right.
Ok got it.
Unfortunately, there is no any function like "setReverseLayout" on TableView. To be able to add this feature, you need to access private instance of TableView.
However, I have written down your request, If I get a chance to look at at the weekend. then I may add this feature at that time.
See you
thanks for your attention i will wait for your response thanks in advance
is there any improvement about issue?
hi Is not this optimization done? This is very important to me
@evrencoskun attention please!!
@evrencoskun Voting + for this feature to support RTL
@evrencoskun
Not complete yet but but a quick hack for Full RTL support generates a table like
Which looks right for RTL support (you can scroll to more data on the left hand edge of screen)
If this looks right I finish of the implementation to enable creating a tableView properly. with a RTL layout
Looks great at first glance