https://github.com/lszl84/wx_scrollbars_tutorial
Scrollbars for desktop apps written in C++ with wxWidgets
https://github.com/lszl84/wx_scrollbars_tutorial
cpp scrolling wwidgets
Last synced: about 5 hours ago
JSON representation
Scrollbars for desktop apps written in C++ with wxWidgets
- Host: GitHub
- URL: https://github.com/lszl84/wx_scrollbars_tutorial
- Owner: lszl84
- License: mit
- Created: 2023-02-07T09:20:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-25T14:25:25.000Z (4 months ago)
- Last Synced: 2026-03-26T17:10:30.088Z (3 months ago)
- Topics: cpp, scrolling, wwidgets
- Language: C++
- Homepage: https://devmindscape.com
- Size: 16.7 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wx_scrollbars_tutorial
Scrolling the UI content in wxWidgets. Video tutorial: https://youtu.be/o1Xm-mWJHNI
The `main.cpp` file contains the code for the last part of the tutorial (scrolling the canvas with rectangles).

To run the code from the previous parts, copy the contents of the other `cpp` files in the repository into the `main.cpp` file:
1. `scrolled_sizers.cpp` - Basic scrolling with sizers

2. `scrolled_absolute_controls.cpp` - Scrolling controls with absolute positions

3. `scrolled_bitmap.cpp` - Scrolling and zooming a bitmap

FREE wxWidgets course: https://www.youtube.com/playlist?list=PL0qQTroQZs5vVmTuBew-nTx9DIu6rRl2c
---
Check out the blog for more! [devmindscape.com](https://devmindscape.com)
---