hi all, i'm new to C#. and just playing around with the UserControl feature. my problem is that i am writing an RTL app (hebrew). when i made a Form with panels in it, containing some TextBox'es & Labels next to them, the alignment at run-time appeared exactly as in design-time. when i took the same panel & put it in a new created UserControl, some problems occured.
my guess is that i don't understand how to make the UserControl behave as a Container.
what am i missing?
thx