You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #7411 I'm trying to make it easier to "pick" examples for your model and data app. You will be able to select and example via a Button. Those buttons might ideally be layed out in a FlexBox to utilize the available width and the height you give it.
But its not possible as the height is not respected and there is no scroll parameter.
panel==1.5.2
In #7411 I'm trying to make it easier to "pick" examples for your model and data app. You will be able to select and example via a Button. Those buttons might ideally be layed out in a FlexBox to utilize the available width and the height you give it.
But its not possible as the
height
is not respected and there is noscroll
parameter.Reproducible Example
It would be nice if all
ListPanel
layouts (Column, Row, FlexBox and more) where as close to drop in replacements for each other as possible.Workaround
Put the
FlexBox
inside aColumn
. Set theheight
andscroll
on theColumn
.The text was updated successfully, but these errors were encountered: