在一个多列列表框中用鼠标单击某行时,某行变亮,同时要知道该行位于这个多列列表框的第几行。现在某行变亮可以实现,但怎么才能实现后者呢?我试了一下帖子上说的表格选择编辑位置的办法,但好像表格和多列列表框不一样,它们的用法有什么区别?请高手指教,谢谢
已解决! 转到解答。
This one with double-clicks
URL: http://lvvilib.com/lvcodes.html#anchor-mclb
解答是双击选择某行,能不能通过什么方法单击选择某行啊?
For single click, the multicolumn listbox's Value does the job, isn't it?
What you need to do is to check for Value change, and the new Value refers to the clicked row.