DataGridColumnStyle::Width Property
.NET Framework (current version)
Gets or sets the width of the column.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
The following code example sets the width of a DataGridColumnStyle to a new value.
Private Sub SetWidth() Dim dgc As DataGridColumnStyle dgc = DataGrid1.TableStyles(0).GridColumnStyles("id") dgc.Width = 500 End Sub
.NET Framework
Available since 1.1
Available since 1.1
Show: