Default Avatar

suhlig

suhlig

About

Username
suhlig
Joined
Visits
16
Last Active
Roles
Members

Comments

  • Ok Guys, you can use Environment.NewLine for force the linebreak, but you need to adjust the height of the rows:            foreach (TableRow row in matrix.Rows)            {                row.AutoSize = true; // or the different height properties …