lxn / walk

A Windows GUI toolkit for the Go Programming Language
Other
6.83k stars 884 forks source link

How to get TableView‘s cell #803

Open xiongyejun opened 2 years ago

xiongyejun commented 2 years ago

I can use IndexAt to return the cell's row, but how to get the col? thanks!

xiongyejun commented 2 years ago

I use IndexAt and change the sendmessage's second arg to LVM_SUBITEMHITTEST.