hi there,
i'm designing a form in Right-to-Left mode. there are some autosize labels getting their text from the string table of the project's resources. however, when the text is inserted into the label at runtime, it enlarges to the left and goes out of the form. logically, the label should be extended to the right, since the Right-to-Left property is set to true.
i tried to change the Anchor as well as TextAlign to TopRight instead of the default value, TopLeft. but it didn't help either.
any workaround?!
regards,
Sean