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