TcxCustomViewInfoItem.VisibleRect Property
Represents an element’s visible portion.
Declaration
property VisibleRect: TRect read;
Property Value
Type |
---|
TRect |
Remarks
Sometimes it occurs that the whole element is no seen within a control (partially visible cells in a tree list).
The VisibleRect property contains a rectangle that represents an element’s visible portion.
For instance, you can compare the BoundsRect and VisibleRect properties values to determine whether an element is fully visible.
See Also