mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #270] Unknown property overflow-y #186
Labels
No labels
bug
documentation
enhancement
libui issue
pull-request
question
wait for libui implementation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/proton-native#186
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @giovanniKleinCampigoto on GitHub (Feb 27, 2020).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/270
Describe the bug
After creating a style with the property overflowY, I'm getting an error on my terminal saying that this property is unknown. I'm trying to create a view that has a scrollable area, but could not find it anywhere in the docs or just searching in google.
Maybe a problem with yoga applying styles?
To Reproduce
Include a minimal example of code that causes this bug.
Expected behavior
Should be able to scroll the view?
Screenshots

Versions:
Additional context
Add any other context about the problem here.
@kusti8 commented on GitHub (Mar 16, 2020):
This isn't currently supported. QScrollArea has to be implemented for this to work: https://doc.qt.io/qt-5/qscrollarea.html