TableView Column Mouse Double Click
Hi,
I have a table view, if a user double clicks a row - I do something. I notice that if I double click on the header of a column, I receive an ActionEvent just as if the user double clicked a row. Single clicks on the header perform sorting as expected.
Is here a way to see if the double click mouse event happened on the column header?
Thanks.