I have a UserControl in which a FlowLayoutPanel (FlowDirection is as by default - LeftToRight).
This user control consist of a description and some controls:
[descr.] 123456789
, it should be able to be reversed 987654321 [descr.]
So FlowLayoutPanel is used for this scope(RightToLeft - True/False).
Is this a way that the label1 fill the rest of the control(to left or right respectively)?