MobileForms Toolkit Documentation

Cell.Bounds Property

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

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

Property Value

The bounds of a cell relative to displayed node.

Remarks

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

See Also

Cell Class | Resco.Controls.AdvancedTree Namespace