https://bugzilla.novell.com/show_bug.cgi?id=429153
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=429153#c5 --- Comment #5 from John Mortlock <[EMAIL PROTECTED]> 2008-10-03 18:02:56 MDT --- I'm not sure how it is possible to fix this problem without the Main ListView handling the mouse events. Let me try to explain. Currently the mouse events will follow this path ItemsControl DerivedListView (via Owner.OnMouseXXX()) ListView MS .NET has them follow this path DerivedListView ListView (ItemsControl) The problem with the first case is the derived listview never has a chance to manipulate the WM_MOUSE events before the ItemsControl. We should be able to override the WndProc in the DerivedListView and have the ability for the WM_MOUSE events (or any other) from reaching the items control at all. Now if only MS would add an ExtendedSelect to ListView then we wouldn't need this conversation ;) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
