andrewjfox

Members
  • Posts

    68
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

andrewjfox's Achievements

Member

Member (2/5)

0

Reputation

  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