andrewjfox

Members
  • Posts

    68
  • Joined

  • Last visited

Everything posted by andrewjfox

  1. Hi, Just saw post while looking for something else, and thought I'd share my solution to same problem When the user clicks anywhere on the table you can get the coords relative to the table top left, then using the row height you can figure out which row they clicked. In the table component OnLButtonDown event Row = Floor((loc[0][1] / RowHeight)) - DisplayTitles Hope this helps Cheers