How to create a scrollbar
- Langage dominant
- C
- Étoiles
- 10.9k
- Forks
- 612
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
I was working on a simple application and I would really need to have a scrollbar to move around inside big file and display some file-based content on and uiArea.
The uiScollingArea is not an option because it required to draw the whole image and it will be too inefficient, I really need a scrollbar.
I understood that currently there are no scrollbars in libui but they exists in GTK+ with some simple APIs. As for windows I don't know exactly but I guess they should exists.
As a last resort I may implement scrollbars in libui by myself but I would like to have some advice.
Any specific reason they are not already in libui ?
Some idea about how to implement them in Windows ?
If other people are interested too I would like to collaborate to make a good implementation.
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.