Click here to Skip to main content
15,894,343 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
By Using TableLayoutPanel label text value is displaying half only here is my code
C#
lblQuestion.Text += dt.Rows[r]["Question"].ToString();
tableLayoutPanel1.Controls.Add(lblQuestion);

while debugging i am getting entire text but while i displaying getting only half of the text into label
Posted
Updated 4-Sep-14 0:32am
v2
Comments
Richard MacCutchan 4-Sep-14 6:35am    
Are you sure there is enough space for the label to be displayed completely?
[no name] 4-Sep-14 6:57am    
increase panel width

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900