As I know there is only GroupBox and FlexBox that has this “relative” positionning with “float” settings.
But as “float” is defined in FlexBox it’s same behavior than for GroupBox.
If I understand what you want to have is to have the first item visible in the GroupBox to be anchor at the bottom of the GroupBox and next items on top of each other ?
Maybe take a look at creating your own GroupBox based on the GroupBox official source code. At first look, I would say it CSS thing but I didn’t really look inside.
I’ve work a bit on the GroupBox, I have something working. I just have a question, if there is a scroll bar because of the number of items inside the GroupBox, would you prefer the scroll bar to be by default at the bottom:
In the groupbox that Rens is talking about, I adjusted the CSS to accomodate the child elements arrangement to the middle. Would it be possible for you to make it an option out of it please?
In the GroupBox.sass.css, “.brXtendedGroupBox.horizontal > .container {“, i added “justify-content:center;” which arranged the child elements to the middle when the groupbox was set up as “alignment: horizontal”, “childPositioning: relative”.
Before: