[]
        
(Showing Draft Content)

C1.Win.Sizer.Column.Size

Size Property

Size

Gets or sets the width of the Column in pixels.

Declaration
[TypeConverter(typeof(SizeUnitConverter))]
[Browsable(true)]
public override int Size { get; set; }
Overrides
Remarks

The Size property is updated whenever the control is resized, so that the columns take up the entire width of the control.

You can prevent specific columns from being resized with the form by setting their IsFixedSize property. You can also set the size of multiple columns with a single call using the SetSizes(int[]) method in the ColumnCollection class.

When entering row heights or column widths into the PropertyGrid, you may also specify values as percentages of the control size (e.g. "25%").