Skip to content

Instantly share code, notes, and snippets.

@rockhymas
Created June 23, 2012 13:55
Show Gist options
  • Save rockhymas/2978364 to your computer and use it in GitHub Desktop.
Save rockhymas/2978364 to your computer and use it in GitHub Desktop.
ResizeGridColumns alt1
tableStyle.GridColumnStyles[0].Width = dataGrid.ClientSize.Width / 2;
tableStyle.GridColumnStyles[1].Width = dataGrid.ClientSize.Width - tableStyle.GridColumnStyles[0].Width - verticalScrollBarWidth - 6;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment