Skip to content

Instantly share code, notes, and snippets.

Created November 4, 2015 17:24
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save anonymous/5f6a77301adf0f41c6ed to your computer and use it in GitHub Desktop.
GridViewColumn col = new GridViewColumn();
col.DisplayMemberBinding = new Binding("nummer");
col.Header = "Nummer";
col.Width = Double.NaN;
GridViewSort.SetPropertyName(col,"nummer");
sortingGrid.Columns.Add(col);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment