I have the following code in my FlegGrid Mouse_Down event
I use this to trap if the user has clicked below the last row, but this highlights the last row if the user clicks approx half a row below the last row.Code:If y > flexFinance.CellHeight * (flexFinance.Rows + 1) Then
Any ideas? Could it be to do with the width of the cell borders maybe?
If so, how do I get an accurate measurement?




Reply With Quote