I'm having an issue with the ListView hitTestInfo method and it may boil
down to the fact that I'm not clear over what is meant by the 'coordinates
area coordinates' as described in the doc. Following the link to 1.2.17
Screen / Client Coordinates it's impossible to determine if the screen or
client coordinates should be given as argument to the hitTestInfo method.
Also there is no saying on how to establish these coordinates. The
equivalent TreeView method has a more detailed description where the .Point
class is used to get these values. But I can't get it to work using .Point
for a ListView object, the method always returns -1, with info["ITEM"] = -1
and info["SUBITEM"] = 0. I suspect I need to make some conversion of some
sort but I'm not sure what. Any suggestions please?

Staffan
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122912
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to