Stupid .NET WTF

Feb 17, 2007 14:09


TableLayoutPanel MyTable = new TableLayoutPanel();
MyTable.ColumnCount = 2;
MyTable.ColumnStyles[0].SizeType = SizeType.AutoSize;
MyTable.ColumnStyles[1].SizeType = SizeType.AutoSize;
// last line triggers index out of bounds exception! WTF!!

Leave a comment

Comments 1

c_eagle February 18 2007, 11:37:37 UTC
I had a dickens of a time installing it into XP last year, and giving it proper permissions setup for a few days, but hasn't troubled me since.. good luck, birdy!

Reply


Leave a comment

Up