Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
8592 | Nov 13,2003 08:09 AM UTC | Nov 13,2003 10:41 PM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
this.gridControl1.Model.QueryColWidth += new GridRowColSizeEventHandler(grid_QueryColWidth); private void grid_QueryColWidth(object sender, GridRowColSizeEventArgs e) { GridControl grid = this.gridControl1; if(e.Index == grid.Model.ColCount) { e.Size = grid.ClientSize.Width - grid.Model.ColWidths.GetTotal(0, grid.Model.ColCount-1); e.Handled = true; } }
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.