If you reduce the height of a ListNBox control the scroll bar doesn't update to match it. This results in rows being hidden beneath the height of the scroll bar.
The same/similar issue was resolved for the ComboBox control last November.
https://forums.bohemia.net/forums/topic/140837-development-branch-changelog/?do=findComment&comment=3423470
Description
Description
Details
Details
- Severity
- Minor
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Category
- Controls
Steps To Reproduce
- Create ListNBox control with modified rowHeight property
- Set the control position
- Set the position again with reduced height
- Add enough rows to show the scroll bar and observe you can't scroll to view them all
Additional Information
Repro mission. Scroll wheel to open display.
Creates ListNBox control, resizes, then adds 40 rows. You can only scroll to the first 30 of them, but you can press arrow down key scroll to the rest out of view.