View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000937 | NoesisGUI | Unity | public | 2016-08-26 03:48 | 2019-10-17 10:16 |
| Reporter | XaeroDegreaz | Assigned To | sfernandez | ||
| Priority | normal | Severity | minor | ||
| Status | resolved | Resolution | fixed | ||
| Product Version | 1.2.6f5 | ||||
| Target Version | 2.2.6 | Fixed in Version | 2.2.6 | ||
| Summary | 0000937: Click events are not registered on GridViewColumnHeader objects. | ||||
| Description | I'm trying to latch on to the click events of GridViewColumnHeader objects for sorting data in a ListView. The click even does not fire under normal circumstances. If I set the GridViewColumnHeader.ClickMode to "Press" then it will work every 2nd mouse click. It seems to work 100% of the time with Hover. I've tried other mouse events but nothing seems to be working reliably. I read the post at http://www.noesisengine.com/forums/viewtopic.php?f=3&t=168&p=936&hilit=clickmode#p936 but it is quite dated and I'm not sure if there was a resolution or not. | ||||
| Steps To Reproduce | XAML: C#: | ||||
| Platform | Any | ||||
| related to | 0001499 | resolved | sfernandez | GridViewColumnHeader Click event not raised |
|
I was able to get it to work by using ClickMode=Press and explicitly calling ReleaseMouseCapture() on the sender: var gridView = (GridView) gameList.FindName( "gridView" ); |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2016-08-26 03:48 | XaeroDegreaz | New Issue | |
| 2016-08-26 04:23 | XaeroDegreaz | Note Added: 0004098 | |
| 2016-10-04 23:21 | sfernandez | Assigned To | => sfernandez |
| 2016-10-04 23:21 | sfernandez | Status | new => assigned |
| 2018-11-01 02:14 | jsantos | View Status | public => private |
| 2018-11-23 01:47 | sfernandez | View Status | private => public |
| 2018-11-23 01:47 | sfernandez | Platform | => Any |
| 2019-06-19 19:40 | sfernandez | Relationship added | related to 0001499 |
| 2019-10-16 23:48 | sfernandez | Target Version | => 2.2.6 |
| 2019-10-17 10:16 | sfernandez | Status | assigned => resolved |
| 2019-10-17 10:16 | sfernandez | Resolution | open => fixed |
| 2019-10-17 10:16 | sfernandez | Fixed in Version | => 2.2.6 |
| 2025-10-10 13:29 | jsantos | Category | Unity3D => Unity |