TcxTreeListHitTest.CanSizing Method
Returns whether a tree list element to which a test point belongs can be resized.
Declaration
function CanSizing: Boolean; virtual;
Returns
Type |
---|
Boolean |
Remarks
The CanSizing method is used to determine the availability of resizing for the following tree list elements:
A band header (see the HitAtBandHeader property).
A column header (see the HitAtColumnHeader property).
A tree list node (see the HitAtNode property).
ASizeDirection specifies the resizing direction.
This method is for internal use only.
See Also