当前位置:网站首页>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;
}
边栏推荐
- 2. probability theory - axiom of probability theory
- socket编程(多进程)
- 1278_ FreeRTOS_ Understand the delayed task with the prvaddcurrenttasktodelayedlist interface
- 某年某月某公司的面试题(1)
- C# richTextBox控制最大行数
- Qt 使用QDomDocument读取xml文件
- 一秒钟查看一次文件,并将文件最后一行内容结果发送至syslog服务器
- 2022山东大学软件学院软件项目管理期末考试(回忆版)
- qt 不规则图形 消除锯齿
- Introduction to Excel VBA and practical examples
猜你喜欢

Acwing第 56 场周赛【完结】

套接字socket编程
![[veusz] import 2D data in CSV](/img/22/467139f5a83ce9e88a57ced732d4d6.png)
[veusz] import 2D data in CSV
![Match 56 de la semaine d'acwing [terminé]](/img/f6/cd650331c819a27f17c9ce6cd0c569.png)
Match 56 de la semaine d'acwing [terminé]

openvino系列 19. OpenVINO 与 PaddleOCR 实现视频实时OCR处理

Playwirght getting started

Online JSON to CSharp (c) class tool

qt 不规则图形 消除锯齿

socket编程(多进程)

Create an orderly sequence table and perform the following operations: 1 Insert element x into the table and keep it in order; 2. find the element with the value of X, and delete it if found; 3. outpu
随机推荐
某年某月某公司的面试题(1)
Active Directory之AD对象
INT 104_LEC 06
View the file once a second and send the result of the last line of the file to the syslog server
three. Solution to stripe shadow and grid shadow in JS
11 string function
For loop of go language foundation
Mathematical knowledge: Euler function - Euler function
Playwirght深度入门
QT irregular shape antialiasing
数学知识:快速幂—快速幂
记一次高校学生账户的“从无到有”
Playwirght getting started
HCIP之路MPLS
PHP 文件包含 -ctf
华为云服务器弹性公网IP无法ping
C#重启应用程序
[kubernetes] download address of the latest version of each major version of kubernetes
深度学习------卷积(conv2D)底层
Acwing第 56 场周赛【完结】