标签: c# winforms events widget scrollbar
垂直滚动条小部件中的每个按钮都有一个事件吗?
我在C#中使用Winforms。
答案 0 :(得分:1)
事件处理程序传递了一些eventargs(包括ScrollEventArgs e)。请注意ScrollEventArgs的SmallDecrement属性中的SmallIncrement和Type。
ScrollEventArgs e
SmallDecrement
SmallIncrement
Type