Dock=>Fill a control in FlowLayoutPanel

Posted by serhio on Stack Overflow See other posts from Stack Overflow or by serhio
Published on 2010-04-22T16:28:11Z Indexed on 2010/04/22 16:43 UTC
Read the original article Hit count: 278

Filed under:
|

I have a UserControl in which a FlowLayoutPanel. 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).

alt text

Is this a way that the label1 fill the rest of the control(to left or right respectively)?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about usercontrols