MobileForms Toolkit Documentation

Cell.Bounds Property

Gets or sets the bounds of a cell relative to displayed row.

public System.Drawing.Rectangle Bounds {get; set;}

Property Value

The bounds of a cell relative to displayed row.

Remarks

-1 in any of the parameters of the Rectangle creating bounds will be recalculated after adding to RowTemplate. If Width is set to -1, the actual width remaining to the end of the AdvancedList is used, thus allowing the cell to resize the cell when scrollbars visibility is changed.

See Also

Cell Class | Resco.Controls.AdvancedList Namespace