![]() |
Right to Left reading and Left Scrollbar |
Post Reply
|
| Author | |
yycinter
Groupie
Joined: 06 October 2008 Status: Offline Points: 11 |
Post Options
Thanks(0)
Quote Reply
Topic: Right to Left reading and Left ScrollbarPosted: 17 February 2009 at 2:25am |
|
Hi,
I'm using Toolkit 12.0.0.0 in a multi-lang project. In Arabic version, Report Control should align with language reading style (right to left reading and input). I tried add WS_EX_LEFTSCROLLBAR | WS_EX_RIGHT options while creating report control, but not working. Anyone can help on this, appreciate! |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 18 February 2009 at 1:32am |
|
Use WS_EX_LAYOUTRTL or just call report.SetLayoutRTL(TRUE);
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
mdoubson
Senior Member
Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
Quote Reply
Posted: 18 February 2009 at 8:56pm |
|
Only call ModifyStyleEx(NULL, WS_EX_LAYOUTRTL) is not enough - better call SetLayoutRTL(TRUE); |
|
![]() |
|
yycinter
Groupie
Joined: 06 October 2008 Status: Offline Points: 11 |
Post Options
Thanks(0)
Quote Reply
Posted: 18 February 2009 at 9:07pm |
|
Thank you guys, SetLayoutRTL works for me.
|
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |