Tables in a right to left situation

General TRichView support forum. Please post your questions here
Post Reply
jgkoehn
Posts: 289
Joined: Thu Feb 20, 2020 9:32 pm

Tables in a right to left situation

Post by jgkoehn »

Greetings,
Right to Left (r2l) - Tables.
If I set the r2l the content of the tables display r2l which makes sense. However, is it possible to create a table that acts similarly? Instead of expanding to the right if it is too large it would expand to the left as it gets bigger. Also each added column would be to the left instead of to the right. Does this make sense? Is this possible? Ideas on how to do it?
Sergey Tkachenko
Site Admin
Posts: 17254
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: Tables in a right to left situation

Post by Sergey Tkachenko »

This feature is not supported yet, sorry.
jgkoehn
Posts: 289
Joined: Thu Feb 20, 2020 9:32 pm

Re: Tables in a right to left situation

Post by jgkoehn »

I understand not as many need this.
I can see how to move scrollbar over so that wouldnt be hard.
Once the table is made with the data. Is yhere a simple way to go back through put the data in an array and then reverse it basically?

I suppose I could just put the data in an array the first time and then read from it into the table however I want forward or backward. I think I got some ideas on how to do it.
Post Reply