I have a DataGridView in a Windows application that has it's datasource set to a List at runtime.
The problem is when I scroll to the right to see the columns that are off-screen, the static Main() gets fired in the Program.cs and I get a NullReferenceException on the:
Anyone know why this is???
Many thanks,
The problem is when I scroll to the right to see the columns that are off-screen, the static Main() gets fired in the Program.cs and I get a NullReferenceException on the:
Code:
Application.Run(new MainForm());
Anyone know why this is???
Many thanks,