Topic: TableGrid right side

TableGrid  starting from the right side how can i do this i trued BidiMode everthing else change form left to right but not the tablegrid  ?

Re: TableGrid right side

BiDiMode don't have values like true or false, please attach screenshot and project.

Dmitry.

3 (edited by abouyahya527911 2015-12-08 07:12:29)

Re: TableGrid right side

DriveSoft wrote:

BiDiMode don't have values like true or false, please attach screenshot and project.


i want the selected part start from right side in grid i mean the whole tablegrid start from right side is that possible ?

Post's attachments

Attachment icon right.PNG 16.37 kb, 294 downloads since 2015-12-08 

Re: TableGrid right side

Please set property of TableGrid BidiMode=bdRightToLeft

Dmitry.

5 (edited by abouyahya527911 2015-12-08 11:29:39)

Re: TableGrid right side

DriveSoft wrote:

Please set property of TableGrid BidiMode=bdRightToLeft

i tried

form1.TableGrid1.BidiMode:=bdRightToLeft;

but still same have look at picture so u get what i mean exactly

Post's attachments

Attachment icon d.jpg 46.38 kb, 297 downloads since 2015-12-08 

Re: TableGrid right side

BidiMode property woks correctly only on if locale your OS switched to region where reads from right to left instead of left to right.

Dmitry.

Re: TableGrid right side

DriveSoft wrote:

BidiMode property woks correctly only on if locale your OS switched to region where reads from right to left instead of left to right.

Dmitry very strange i tried everything i change region aswell i tried the new version that u made by the way thanks for update is very usefull keet it up , still grid starting from left side