2

I have a table viewer which is updated very quickly and I want to scroll lock my table viewer as in the eclipse console view.

I tried to plug-in spy the console view in eclipse but I didn't find what I was looking for

Any tips to do that?

Gabber
  • 5,152
  • 6
  • 35
  • 49
guillaumegoui
  • 451
  • 1
  • 4
  • 14

1 Answers1

3

I found out the answer, thanks to someone on another forum. You only need to use the method refresh(object, true, false) to do that

guillaumegoui
  • 451
  • 1
  • 4
  • 14