An open API service indexing awesome lists of open source software.

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

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).

![Rectangles](/screenshot-rects.png)

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
![Sizers](/screenshot-sizers.png)
2. `scrolled_absolute_controls.cpp` - Scrolling controls with absolute positions
![Absolute Positioning](/screenshot-absolute.png)
3. `scrolled_bitmap.cpp` - Scrolling and zooming a bitmap
![Bitmap](/screenshot-bitmap.png)

FREE wxWidgets course: https://www.youtube.com/playlist?list=PL0qQTroQZs5vVmTuBew-nTx9DIu6rRl2c

---
Check out the blog for more! [devmindscape.com](https://devmindscape.com)
---