Hi there,
I’m not a developer of any kind so bear with me.
I’ve somehow muddled my way through and created an Anvil app. It’s essentially an app that connects to a database, filters, queries and displays statistics and bar graphs.
I have a standard form with a side panel for filtering and the main panel displays the results. In the main panel I have a columpanel container with several labels, flow panels and plots within it. When I run the app it doesn’t take up the full width of the screen.
I’ve gone through the forum and the support docs and I find lots of references to ‘full_width_row’ supposedly being in the properties panel of parent containers and components within parent containers, but I cant find a single instance of that option in the properties of any container or component.
this is what the support docs say:
"Components in a ColumnPanel have several container properties, which can be set in the Properties dialog:
-
full_width_row
: WhenTrue
, this row of components will stretch to the full width of the screen. (Default:False
)"
Can anyone enlighten me?
Thank you in advance