What I’m trying to do:
Figure out how to set the width property of a Spacer component. No matter what value I give it, the space doesn’t change on screen
Code Sample:
class Startup(StartupTemplate):
def __init__(self, **properties):
anvil.users.login_with_form()
self.spacer_1.width = '10000000'
self.init_components(**properties)
json_tree = anvil.server.call('tree_example')
Clone link:
https://anvil.works/build#clone:7CH7XR6GAMNBMWP7=RXZ2I2BPSQQZJBOR45AQANTG