Layout is wrong when added in arbitrary component
See original GitHub issueI’m trying to add SplitPane somewhere deep in my structure, but it seems that due to position: absolute (which seems to be unnecessary when using flexbox btw). Is there any reason why it uses absolute positioning?
Issue Analytics
- State:
- Created 8 years ago
- Reactions:5
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Place components at arbitrary (x,y) coordinates - java
You can set the coordinates if you use a null layout: panel.setLayout(null); Button b = new Button(....); panel.add(b); b.
Read more >How to Use GroupLayout - Oracle Help Center
GroupLayout is a layout manager that was developed for GUI builders such as ... Gaps of arbitrary size can be added to groups...
Read more >Bad window size with setSizeFull - Vaadin
Hello, I have a dialog window that takes a component as an argument. If the component is expandable (i.e. component.setSizeFull() was invoked on...
Read more >Does MC mismatch simulation reflect best or arbitrary layout
There may then be additional mismatch caused by bad layout, but that's not what you're simulating. If that was what was going to...
Read more >Layouts and binding expressions | Android Developers
This view element is what your root would be in a non-binding layout file. ... but they let you run arbitrary data binding...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Well it is solvable, but i think it’s always a good idea to aim for it to behave saner.
Does the solution proposed by @bclinkinbeard (thanks!) solve this for you - or do you feel it still needs to sorted out?