3 references to AllowUserToResizeColumns
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (1)
889
if (this.
AllowUserToResizeColumns
!= value)
winforms\Managed\System\WinForms\DataGridViewBand.cs (1)
638
return this.DataGridView.
AllowUserToResizeColumns
? DataGridViewTriState.True : DataGridViewTriState.False;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
22454
if (AccessibilityImprovements.Level2 && (keyData & Keys.Alt) == Keys.Alt && this.
AllowUserToResizeColumns
&& this.ptCurrentCell.X != -1)