Immediate-Mode-UI / Immediate-Mode-UI/Nuklear
GDI: Scrolling does not work for list view
- Dominant language
- C
- Stars
- 11.4k
- Forks
- 686
- Avg merge
- 4d 1h
- Merged PRs (30d)
- 3
Description
Using the GDI implementation that came with the demo, the scrollbars don't seem to work 100% on list view objects. The bar can be moved up and down, but it doesn't offset the content inside.
I've made sure that the `nk_list_view` variable I made is outside my while loop, and that GDI has the ability to properly scroll with main windows.
Contributor guide
Research direction
Start by reproducing the issue with the GDI implementation from the demo and a persistent nk_list_view variable outside the loop. Trace the list view scrollbar behavior and verify that moving the scrollbar offsets the content inside list view objects, while confirming that main-window scrolling still works.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100