Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
12783 | Apr 12,2004 07:32 PM UTC | Apr 12,2004 08:35 PM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
private void gridDataBoundGrid1_ResizingColumns(object sender, GridResizingColumnsEventArgs e) { if(e.Reason == GridResizeCellsReason.DoubleClick) { this.gridDataBoundGrid1.Model.Cols.Hidden[e.Columns.Left+1] = false; e.Cancel = 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.