RTL Question

0
0

Hi

I try a sample project to right to left
I Set this codes:
“rightToLeft”: true to Defualt.json
Application.RightToLeft = True
Me.RightToLeft = RightToLeft.Yes
Me.RightToLeftLayout = True
For Each control In panel.Controls
control.RightToLeft = Wisej.Web.RightToLeft.Yes
control.RightToLeftLayout = True
Next

but ListView and DataGrid not corrected columns (drawing from left yet)
see picture attached or linked:
https://ibb.co/VCJKSJd

please tell me my mistake

  • You must to post comments
0
0

Hello,

RTL support is still not implemented in Wisej.NET.

It’s one of the enhancements that will be addressed in future major releases.

Best,
Alaa

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.