Getting a Winform Label to Wrap in a FlowLayoutPanel

10 December 2006
This isn't as obvious as I would have liked for it to have been, but here is how you make a label autosize and wrap appropriately for the text assigned to it when the label is in a Windows Forms FlowLayoutPanel. Set the following properties as you see below:
  • Anchor: Top|Bottom|Left|Right
  • AutoSize: True
  • Dock:None
I found the solution here. Works great.
Comments:0
Comments
    Name:
    Blog or Website:
     
    Email (will not be displayed):
     
    Comment :