We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

How to put the splitter on the left?

Hi, The splitter is put on the right by default? However, my customer wants it to be put on the left. Can we change it? Thanks!

3 Replies

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.

Loader.
Live Chat Icon For mobile
Up arrow icon