Page 1 of 1

DoubleClick on ListViews on OSX

Posted: Tue Aug 31, 2021 1:54 am
by davec
Howdy,
It looks like the DoubleClick notification is fired on ListViews on Mac when you double click on the ColumnTitles. Doesn't seem to do that on Windows.
Would prefer for it to not be activated on title clicks if possible, if not, is there a workaround on Mac to detect that the title has been double clicked?

Thanks
Dave

Re: DoubleClick on ListViews on OSX

Posted: Thu Sep 02, 2021 8:54 pm
by airsoftsoftwair
Looks like a bug. There's probably no workaround. Maybe try listening to Listview.TitleClick as well and see if the events come in at about the same time? But that's rather ugly :)

Re: DoubleClick on ListViews on OSX

Posted: Sat Oct 23, 2021 3:32 pm
by airsoftsoftwair

Code: Select all

- Fix [macOS]: Listview.DoubleClick is no longer generated for double clicks on the listview header when in dataview mode