https://github.com/cyotek/scrolldemo
This repository contains a sample application demonstrating how to create a custom control that scrolls on a single axis.
https://github.com/cyotek/scrolldemo
csharp winforms
Last synced: about 1 year ago
JSON representation
This repository contains a sample application demonstrating how to create a custom control that scrolls on a single axis.
- Host: GitHub
- URL: https://github.com/cyotek/scrolldemo
- Owner: cyotek
- License: mit
- Created: 2020-12-27T10:36:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-28T13:09:25.000Z (over 5 years ago)
- Last Synced: 2025-03-29T18:51:18.512Z (about 1 year ago)
- Topics: csharp, winforms
- Language: C#
- Homepage: https://www.cyotek.com/blog/creating-a-custom-single-axis-scrolling-control-in-winforms
- Size: 82 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Creating a custom single-axis scrolling control in WinForms

This repository contains a sample application demonstrating how
to create a custom control that scrolls on a single axis.
For more information, please see the following article on the
Cyotek blog:
* [Creating a custom single-axis scrolling control in WinForms](https://www.cyotek.com/blog/creating-a-custom-single-axis-scrolling-control-in-winforms)