I Downloded this plugin: http://www.indigorose.com/forums/thr...ugin-TreeList?
And when I using it I noticed that It not Support RTL.
For Example I can set RTL to Tree Object with this code:
The result of this code after run MyProject is:

Can I Set RTL to TreeList Like this?
Please Help me.
And when I using it I noticed that It not Support RTL.
For Example I can set RTL to Tree Object with this code:
Code:
hWnd = Tree.GetProperties("Tree1").WindowHandle DLL.CallFunction("User32.dll", "SetWindowLongA", hWnd..", -20, 4194304", DLL_RETURN_TYPE_LONG, DLL_CALL_STDCALL);

Can I Set RTL to TreeList Like this?
Please Help me.
Comment