当前位置:网站首页>C Scrollview scroll up or scroll down
C Scrollview scroll up or scroll down
2022-06-23 07:58:00 【pcjiushizhu】
private int oldY = -1;
private void vScrollBarReport_ValueChanged(object sender, EventArgs e)
{
//MessageBox.Show(vScrollBarReport.Value + "");
// Scroll up , Show menu
if (vScrollBarReport.Value < oldY)
{
// Scroll down , The hidden menu
msReport.Visible = true;
Invalidate();
}
else
{
msReport.Visible = false;
}
oldY = vScrollBarReport.Value;
}
边栏推荐
- AVL树的实现
- 力扣(LeetCode)173. 二叉搜索树迭代器(2022.06.22)
- 1. probability theory - combination analysis
- Socket programming (multi process)
- 带你玩tiktok就这么简单
- Display proportion of sail soft accumulation diagram
- Query on the performance of multi table view in MySQL
- For loop of go language foundation
- The eighth experiment of hcip Road
- Sequence table Curriculum
猜你喜欢

Tensorboard的使用

Online text filter less than specified length tool

HCIP之路MPLS

qt 不规则图形 消除锯齿

Display proportion of sail soft accumulation diagram

HCIP之路

Online JSON to CSharp (c) class tool

Using the for loop to output an alphabetic triangle
three. Solution to stripe shadow and grid shadow in JS

Deploy kubersphere in kubernetes
随机推荐
Unity audio visualization scheme
C#打印缩放
ArcMap batch delete points closer
快速排序 + 冒泡排序 + 插入排序 + 選擇排序
一秒钟查看一次文件,并将文件最后一行内容结果发送至syslog服务器
Hcip Road
vtk.js鼠标左键滑动改变窗位和窗宽
js中的同步和异步
What is edge cloud?
Imperva- method of finding regular match timeout
C# 内存法复制图像bitmap
ArcMap批量删除距离较近的点
Guava cache usage summary
socket编程(多线程)
30 sets of report templates necessary for the workplace, meeting 95% of the report needs, and no code is required for one click application
帆软堆积图显示占比
Socket socket programming
To conquer salt fields and vegetable fields with AI, scientific and technological innovation should also step on the "field"
转盘式视觉筛选机及其图像识别系统
聊聊服务治理中的路由设计