Monday, January 18, 2010

How do I get the grid cells and text in a C# datagridview control to get larger as the form is expanded?

Use the TOP, LEFT, HEIGHT, and WIDTH properties of the grid in the form's RESIZE event. That's the way to do it in VB, anyway.

No comments:

Post a Comment