MobileForms Toolkit Documentation

Cell.Bounds Property

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

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

Property Value

The bounds of a cell relative to displayed item.

Remarks

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

See Also

Cell Class | Resco.Controls.AdvancedComboBox Namespace