thielj / MetroFramework

Metro UI of Windows 8 for .NET Windows Forms applications
http://thielj.github.io/MetroFramework
Other
396 stars 225 forks source link

Dynamic TextBoxes #82

Open saibhaskerraju opened 7 years ago

saibhaskerraju commented 7 years ago

Hi,

I am unable to add MetrotextBoxes dynamically to Panel . its not displaying but when I tested whether it is added or not by counting the number of textboxes added to the panel/form, its displaying the count correctly.

what should i do?