你的位置: 码友网首页 / 资讯源列表 / Creating a custom single-axis scrolling control in WinForms

关于[Creating a custom single-axis scrolling control in WinForms]的摘要:

Over the years, I have written several custom controls that supporting scrolling. However, almost invariably they have some flaw that meant scrolling was sub-optimal. For example, in our Gif Animator software, the frame reel can cut off the last frame. In other programs, scrolling goes beyond visible items and thus presents an empty control at worst or a smattering of items at best. As it seems each control had its own different flaws, I created a dedicated demonstration program to iron out scrolling issues in my code, concentrating on single axis scrolling as most of my controls only scroll in one direction. This article covers the key points in creating a custom scroll control.

原文地址: https://www.cyotek.com/blog/creating-a-custom-single-axis-scrolling-control-in-winforms

收录时间: 2020-12-29 浏览量: 1052 分类: .NET

| 0 收藏 | 0