mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #167] Feature: Scrollbar #107
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#107
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 @Cedware on GitHub (Jul 18, 2018).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/167
Hi,
I think a Scrollbar would be a very usefull feature, especially if we need to display a long text.
A thought about something like this:
@mischnic commented on GitHub (Jul 18, 2018):
A scrollable box isn't possible, that would need to be implemented in the underlying libui library: https://github.com/andlabs/libui/issues/178.
A scrollable area however is implemented in libui, but not yet in proton-native: #130. If it were, you could something along the lines of:
@kusti8 commented on GitHub (Jan 19, 2020):
Proton Native V2 is now released! If the issue still occurs in the new update, please open a new issue.