Form proprties - Is it a bug or .. ?

  • Thread starter Thread starter Tamer Ibrahim
  • Start date Start date
T

Tamer Ibrahim

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, 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
 
Back
Top