Click here to Skip to main content
15,881,898 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I Work With C# Win Forms.

I use DevComponent's DataGridView (DataGridViewX) And I've Changed RightToLeft Mode To Yes.

But Horizontal Scroll Bar for DataGridViewX Started from Left Side While it should be

starting from the Right Side.

Making the scrolling is messed up !!
Posted

1 solution

I believe the RightToLeft mode property indicates a right-to-left language is being used, not that the scrollbar behavior is reversed. You should probably check the documentation on DevComponent's controls to make sure.
 
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