I have a web browser control in my C# project and its text contents is written in a right-to-left language.
So I want the horizontal scroll bar of the web browser to start from right to left instead of left to right.
There is no right to left property for the web browser control.