ScrollArea is very difficult to use
See original GitHub issueMore of an enhancement than a bug report, but using the ScrollArea
isn’t the easiest thing in the world. for example, I can’t seem to get it to fill the parent, nor, will it render its content whatsoever.
I so far have only been ale to declare one with fixed sizes declared in pixels through CSS, but I need it to fill the parent. If not, perhaps an automatically overflowing View
would be a better approach, something React Developers, coming from the web might be more comfortable with.
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (1 by maintainers)
Top Results From Across the Web
Qt Designer: Unable to get scroll area to work properly
I read that I must apply a layout - I had a very hard time applying it. I chose the grid layout -...
Read more >Avoid Inline Scroll Areas (26% Get it Wrong) - Baymard Institute
Getting an overview of the content inside the inline scroll area is often difficult for the user due to its constricted space.
Read more >Creating scrollable GUIs with QScrollArea in PyQt5
When you start building apps that display long documents, large amounts of data or large numbers of widgets, it can be difficult to...
Read more >[ScrollArea] Improve composability with virtualized list libraries
This issue is likely very difficult · Small enhancement to existing primitive/feature · This issue is to do with compatibility with another library....
Read more >Limiting Scroll Area - Excel Ribbon Tips
When putting together a worksheet for others to use, you may want to limit the cells that the user can access.
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
There is a tiny bug where I need to assign min-width and min-height to the scrollView child at the moment.
@academo I’m experimenting exactly same behavior