But i don't know the height for set_size_request(). Value 50 approaches only for this example. Is it possible to force the entry to fill the cell?probaly the entry has a default size of the used font or something like that...add this to your code and all will work fine:entry.set_size_request(-1, 50); Regards! Alex