Growing panel with contents

  • Thread starter Thread starter luna
  • Start date Start date
L

luna

Ive a panel with a label inside (that can be visible or not depending on
criteria)

if i add to the label like

label1.text="test"
label1.text=label1.text + "test<br>"
label1.text=label1.text + "test<br>"
label1.text=label1.text + "test<br>"
label1.text=label1.text + "test<br>"

the panel isnt growing with the control
will i have to resort to a datagrid ?

-mark
 
Back
Top