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
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
Please login first to submit.