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.

Re: Form proprties - Is it a bug or .. ? by Moty

Moty
Thu May 31 05:02:27 CDT 2007

On May 31, 11:42 am, "Tamer Ibrahim" <t.ge...@gmail.com> wrote:
> 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