#988 how to scroll to selected row in Table?

Akcelisto Fri 19 Feb 2010

How to scroll to selected row in sys::Table?

table.hbar.val = 11*table.selected[0] // not work

brian Sat 20 Feb 2010

I dug into this and turns out I was using the wrong SWT API.

Try out this patch

Login or Signup to reply.