-
-
Notifications
You must be signed in to change notification settings - Fork 458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TableViewSampleApp ColumnHeaderLongPressed vs ColumnHeaderClicked #197
Comments
Okay. It was working in 0.8.6 . It stopped working after that. I find that you did some changes to fix #133 and that fix created this new issue. Need another fix now. |
Okay. So I fixed it in my C# source code. Basically you just forgot to update other files in fix of #133 .
In this code |
Okay, I just found that there is already a pull request for this via #181 . So marking it closed. |
I find it quite strange that OnColumnHeaderClicked listener is not called when column is touched. Instead the LongPressed version is called. You tableviewsampleapp too execute code in LongPress listener. Why did you not write code in Clicked version, instead of LongPress ? Why Clicked version is not even called ?
The text was updated successfully, but these errors were encountered: