AD
Administrator
Syncfusion Team
January 10, 2005 07:26 AM UTC
There is no property setting that moves just the splitter buttons.
The only property setting that affects this is
gridRecordNavigationControl1.RightToLeft = RightToLeft.Yes;
But this will move more than just the splitter buttons.
If you own the source code, you can try writing your own splitter class by copying our code and trying to tweak it to show the splitter buttons somewhere else. This will take some coding and there may be some unforseen problems that arise in trying to do so.
DB
David Bosak
January 10, 2005 08:02 AM UTC
I have set RightToLeft=YES as your direction, however, all columns are moved from end to begin and the vertical scrollbar is on the left. Another way?
AD
Administrator
Syncfusion Team
January 10, 2005 08:29 AM UTC
If you own the source code, you can try writing your own splitter class by copying our code and trying to tweak it to show the splitter buttons somewhere else. This will take some coding and there may be some unforseen problems that arise in trying to do so.