Skip to content

column and row ratio #4078

Open
Open
@Khalilsqu

Description

@Khalilsqu

I believe the current implementation of Row and Column layouts does not allow to specify the ratio of space widgets/items can occupy in Rows and Columns,

pn.Row(widg1,
widg2,
widg3,
ratio=[0.2, 0.2, 0.6] # total is 1
)

can this be implemented?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions