Question form's titlebar changes in right to left language

pooya1072

Well-known member
Joined
Jul 5, 2012
Messages
84
Programming Experience
Beginner
hi
in my program i set this changes for MainForm(because of general operating program language)
VB.NET:
 RightToLeft=Yes 
 RightToLeftLayout=True
the main part of form is ok , but (as you know) with this setting ,in the title bar the position of formText and control box is changed.this is my unwanted change. is there a way or trick to set "RightToLeft=Yes" and "RightToLeftLayout=True" without titlebar changes?
 
Back
Top