
2K4EE9S69TE4
Code Seperti ini :
public void DataGridView_CellMouseDoubleClick(object sender, DataGridViewCellEventArgs e) { foreach(DataGridViewColumn column in DataGridView.Columns) { column.SortMode = DataGridViewColumnSortMode.NotSortable; //sorttable column.HeaderCell.Style.Alignment = DataGridViewContentAlignment.MiddleCenter; // center header } }Visit heldo at Ping.sg
No comments:
Post a Comment