TcxTreeListHitTest.HitAtSizingVert Property
Indicates whether the test point belongs to a TreeList column or a band’s vertical sizing edge.
Declaration
property HitAtSizingVert: Boolean index tlhc_HitAtSizingVert read;
Property Value
Type |
---|
Boolean |
Remarks
Use the HitAtSizingVert property to determine whether the point being tested belongs to a TreeList column or a band’s vertical sizing edge (sizing edges are shown in the image below). The property returns True if the point belongs to any column or band vertical sizing edge.
See Also