MobileForms Toolkit Documentation

Column.FillWeight Property

Gets or sets a value that represents the width of the column when it is in fill mode relative to the widths of other fill-mode columns in the control.

public float FillWeight {get; set;}

Property Value

A Single representing the width of the column when it is in fill mode relative to the widths of other fill-mode columns. The default is 100.

Remarks

All fill-mode columns in the control divide the available space in proportions determined by their FillWeight property values.

See Also

Column Class | Resco.Controls.SmartGrid Namespace