Hi, I have a simple winform with a background that work fine. When I set
both the RrighTtoLeft to Yes and RightToLeftLayout form proprties to True,
the form background disappear. How can I solve this ? Thank You.
Moty Michaely - 31 May 2007 11:02 GMT
> Hi, I have a simple winform with a background that work fine. When I set
> both the RrighTtoLeft to Yes and RightToLeftLayout form proprties to True,
> the form background disappear. How can I solve this ? Thank You.
Hi Tamer,
>From MSDN:
"This property is not supported on child controls whose
RightToLeftLayout property is true."
Sorry =).
Moty