[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] StackLayout in SashForm

I am trying to get the aforementioned StackLayout to work in the second part of a two part SashForm and having trouble. (Of course, why else am I here...)
I studied the Snippet249 code and played with it a bit and discovered that you HAVE TO set the bounds on the composite container ( in Snippet249 the contentPanel) or the StackLayout doesn't work. But it seems the SashForm doesn't easily lend itself to discovering the internal boundaries and I would need that to set the bounds on my content composite.
So, can anyone help?