I recently upgraded my main computer and am now working in windows Vista. My dev environment is Microsoft Visual C# 2008 Express Edition.
I have a program that uses a DataGridView that I started developing on my old Win XP machine. Everything is now working fine on Vista except that the dataGridView won't resize when I resize the main application window. This works on the Win XP machine.
The dataGridView Anchor property is set to "Top, Left, Bottom, Right".
??
Thanks in advance!
-A