I have a custom DBGrid I have wrote that allows the user to select multiple rows by dragging the mouse over the data like in Excel. However if I drag the mouse too fast it misses rows and I have gaps in my selections. It works on mouse down and mouse move events. The trouble is the mouse move event doesn't seem to be firing often enough hence the gaps.
Can anyone help in any way? Are there better ways to achieve this and is there a more suitable event I can use?
Thanks
T
Can anyone help in any way? Are there better ways to achieve this and is there a more suitable event I can use?
Thanks
T