I\'m using a GridLayout trying to make a label autogrow without hiding anything of its content. Here\'s a simple code to test: Everytime I press the button the label text gr
I think, the problem is that the layout is not invalidated when the text changes - try to force a relayouting (by calling getShell().layout(true, true)).