How do I align the text to center with the following code? Thanks.
Code:TextBox myLbl = new TextBox(); this.panel.Controls.Add(myLbl); myLbl.Size = new Size(myWidth,myHeight); myLbl.Location = new Point(myWidth*i,j * myHeight);
|
Results 1 to 3 of 3
Thread: Text Box text align [resolved]
|
Click Here to Expand Forum to Full Width |