> I don't have the source in front of me, but TableView#setSelectedIndex() most > likely results in a call to scrollAreaToVisible() anyway.
That is correct. There should not be any flicker, however. Can you provide any more detail about this issue? What OS are you using? Are you by any chance calling setSelectedIndex() from a background thread?
