GridLayout row style

Hello,

Is-there a workaround for colouring a whole row of a GridLayout ?
I have tried to put the components I add in in size full but there is no change.

Thanks !
Kévin

Hi,

I think that your options are to modify the client-side part of GridLayout (VGridLayout class) or use the FastGrid component from the
FastLayouts
addon. FastGrid copies style names from components to the containing cells.

-Henri

FastGrid is the solution !
Thanks Henri :wink: