| [news.eclipse.platform.swt] Re: Layout problem with Text |
Hi,
I have a (single line) text widget in a scrolled form and want to let the widget fill the space left in a row (so using GridLayout I turned grab excess horizontal space on). Unfortunately the text widget grows also if the containing text exceeds the available space and therefore the scroll bar becomes visible. How can I configure the layout to let widget fill and grab excess space without exceeding the available space?
Hope this helps, Eric