Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-28T13:09:25.000Z (about 4 years ago)
- Last Synced: 2024-11-13T17:53:35.237Z (3 months 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
![The sample application](res/demo.png)
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)