How to resize the table height dynamically while resizing the window ?

Hi ,

I am using Filter table (with no fixed size ).I have used setSizeFull() for the table which is placed in a vertical layout. But when I resize the main window the table shrinks widthwise but not heightwise .How can i solve this problem ?

Thanks in advance .

Can you please post a picture so at least we can see it… Thanks.

To work correctly, all layouts (and the UI itself) need to have setSizeFull called. Check your UI and layouting code.

Thanks for your replies !!

i found the issue was with expand ratio …now it works fyn …