Hello Team / Friends,
I started using syncfusion for my windows forms project.
I have one SplitControlAdv which have left and right panel.
On left panel, i have a small grid and right side, there is tabControlAdv.
It works perfect when moving splitter left right normally.
But when using spliter control with RTL (Right To Left). Where Small Grid Panel goes to right side and Tabcontrol comes to Left side.
In this case, if i move the splitter to Left Side, then it moves the splitter but overlap the Tab control (tab control have Dock Fill).
So control in the tab control seems hiding and if i pull back the Splitter to Right then controls are shown,
Please suggest any solution.
I am making application which will support both LTR and RTL for user to switch.
Thanks,