Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to change RightToLeft Layout in DevComponents.DotNetBar.SuperGrid to Yes or true , but when I set the property to Yes the layout was not changed.

Here's my code:


dataGridView1.RightToLeft =  System.Windows.Forms.RightToLeft.Yes;

How can I correctly set the RightToLeft property?
Posted

1 solution

I see a few people online complain about it. I would suggest getting support from the Vendor, http://www.devcomponents.com/support.aspx[^]

Also, here is a previous answer that may help you: Please Help Me For Solve RighttoLeft At DotNetBar.SuperGrid[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900