What’s a good way to notify ScrolledComposite to make adjustments?
When ScrolledComposite
‘s content changes, we can call the ScrolledComposite.setMinSize()
method to adjust the ScrollBar
s of the ScrolledComposite
. For example:
What’s a good way to notify ScrolledComposite to make adjustments?
When ScrolledComposite
‘s content changes, we can call the ScrolledComposite.setMinSize()
method to adjust the ScrollBar
s of the ScrolledComposite
. For example: