c#中 tablelayoutpanel 怎么根据鼠标的坐标值,得到是在tablelayoutpanel 的哪个单元格,即第几行、第几列?
GetWindowFromPoint api,可以得到鼠标位置的控件的句柄,然后循环和你panel的handler比较