TcxvgHitTest.HitAtRowSizing Property
Indicates that the mouse pointer is over a row’s bottom line.
Declaration
property HitAtRowSizing: Boolean index vghc_HitAtRowSizing read;
Property Value
Type |
---|
Boolean |
Remarks
Read the HitAtRowSizing property to determine whether the mouse pointer is over a row’s bottom line. A row’s bottom line can be used to vertically resize the row. To resize a grid row vertically, the end-user should drag the row’s bottom line to determine the new size of the row. Note that the RowSizing option should be enabled to allow this. If the option is disabled, the HitAtRowSizing property always returns False.
See Also