
本站地址:http://www.bajiao123.com

重写datagrid(禁止对列宽进行拖拽)
Public Class notCResizegrid
Inherits System.Windows.Forms.DataGrid
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
´该调用是 Windows 窗体设计器所必需的。
InitializeComponent()
´在 InitializeComponent() 调用之后添加任何初始化
End Sub
´UserControl 重写 dispose 以清理组件列表。
本站地址:http://www.bajiao123.com

