I just want to know if there is a simple way to scroll a Composite such as
Tree or Table from code.
I know it's possible for Canvas by calling the srcoll() method or for
ScrolledComposite calling the setOrigin() one.
I would like a comparable behavior for my Tree.