Open Mayorc1978 opened 2 years ago
How to specify a Column group max size? In example: bp.columns(4, "mycolumns") Is it possible to specify specific column size after writing bp.next_column()? And how do I remove the auto-resize feature?
bp.columns(4, "mycolumns")
bp.next_column()
How to specify a Column group max size? In example:
bp.columns(4, "mycolumns")
Is it possible to specify specific column size after writingbp.next_column()
? And how do I remove the auto-resize feature?