What I’m trying to do:
There doesn’t seem to be a way to configure a GridPanel in the designer. When I try to drag components into it, it shows me ‘orphaned’ container properties.
I’d like to keep my UI definitions within the designer/YAML for cleanliness.
My current workaround is to define most components in YAML, remove them from their parents in code and re-add to the GridPanel.
We’ll fix up those orphaned properties.
They shouldn’t appear there.
GridPanels have never exposed their container properties in the designer properties panel. So perhaps worth converting this to a feature request?
“Please expose editable GridPanel container properties in the properties panel”
At the moment adjusting grid panel children needs to be done with dragging handles and moving them into the right position
2 Likes