How can I utilise full screen width when the app is rendered?

Hi,

When I run my app it has empty space (column) on both left and right hand sides of the screen. In other words my components are displayed between two empty columns. I am using Material design. How can I get rid off these empty columns and display my components utilising the full screen width. This is very limiting when you need horizontal real estate.

Thanks,

You can set certain forms and components to
full_width_row = True.

sc111

If that does not help, please share a clone and this will make it easier for folks to jump in to help.

Thanks @alcampopiano ,

I added a small empty label on the far right side of the screen and set the full_width_row which forced the screen to full mode.