| [news.eclipse.platform.swt] Re: composite layout() and pack() problem |
"Carolyn MacLeod" <Carolyn_MacLeod@xxxxxxxxxx> wrote in message news:fstk0a$laf$1@xxxxxxxxxxxxxxxxxxxx > You do not need to reimplement computeSize in order to use > ScrolledComposite. > You do need to call setContent() to get ScrolledComposite to do the > scrolling work for you. This is needed when the content has to tell the parent the size of own. At least this is simpler to implement. R.