文件名称:HScrollExample
- 所属分类:
- 界面编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 22kb
- 下载次数:
- 0次
- 提 供 者:
- f**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
HScrollBar是水平滚动轴,与VscrollBar类似,在不内置支持翻页滚动的窗口中,经常有使用的需求。然而,要合理的控制使用HScrollBar并不是一件很容易的事情。HScroollBar有两个事件hScrollBar1_Scroll和hScrollBar1_ValueChanged,有一句笼统的概括这两个事件的使用时机:在移动过程中的处理放在_Scroll事件,在移动后处理放在_ValueChanged事件。这句话太笼统了,而且不是很准确,往往不能满足实际的使用需要。
详细文章:http://blog.csdn.net/fyhuihack/article/details/6659497-HScrollBar axis is horizontal scrolling, and VscrollBar similar, without built-in support for page scrolling window, often with the demand. However, to reasonably control the use of HScrollBar is not an easy thing. HScroollBar two events hScrollBar1_Scroll and hScrollBar1_ValueChanged, there is a general summary of the use of the timing of these two events: the process of moving on _Scroll event handling, post-processing on the _ValueChanged moving events. This sentence is too general, and it is not very accurate, often can not meet the actual usage. Detailed articles: http://blog.csdn.net/fyhuihack/article/details/6659497
详细文章:http://blog.csdn.net/fyhuihack/article/details/6659497-HScrollBar axis is horizontal scrolling, and VscrollBar similar, without built-in support for page scrolling window, often with the demand. However, to reasonably control the use of HScrollBar is not an easy thing. HScroollBar two events hScrollBar1_Scroll and hScrollBar1_ValueChanged, there is a general summary of the use of the timing of these two events: the process of moving on _Scroll event handling, post-processing on the _ValueChanged moving events. This sentence is too general, and it is not very accurate, often can not meet the actual usage. Detailed articles: http://blog.csdn.net/fyhuihack/article/details/6659497
(系统自动生成,下载前可以参看下载内容)
下载文件列表
HScrollExample\HScrollExample\Form1.cs
..............\..............\Form1.Designer.cs
..............\..............\Form1.resx
..............\..............\HScrollExample.csproj
..............\..............\obj\Debug\HScrollExample.csproj.GenerateResource.Cache
..............\..............\...\.....\HScrollExample.exe
..............\..............\...\.....\HScrollExample.Form1.resources
..............\..............\...\.....\HScrollExample.pdb
..............\..............\...\.....\HScrollExample.Properties.Resources.resources
..............\..............\...\HScrollExample.csproj.FileListAbsolute.txt
..............\..............\Program.cs
..............\..............\...perties\AssemblyInfo.cs
..............\..............\..........\Resources.Designer.cs
..............\..............\..........\Resources.resx
..............\..............\..........\Settings.Designer.cs
..............\..............\..........\Settings.settings
..............\HScrollExample.sln
..............\HScrollExample.suo
..............\..............\obj\Debug\Refactor
..............\..............\...\.....\TempPE
..............\..............\bin\Debug
..............\..............\obj\Debug
..............\..............\bin
..............\..............\obj
..............\..............\Properties
..............\HScrollExample
HScrollExample
..............\..............\Form1.Designer.cs
..............\..............\Form1.resx
..............\..............\HScrollExample.csproj
..............\..............\obj\Debug\HScrollExample.csproj.GenerateResource.Cache
..............\..............\...\.....\HScrollExample.exe
..............\..............\...\.....\HScrollExample.Form1.resources
..............\..............\...\.....\HScrollExample.pdb
..............\..............\...\.....\HScrollExample.Properties.Resources.resources
..............\..............\...\HScrollExample.csproj.FileListAbsolute.txt
..............\..............\Program.cs
..............\..............\...perties\AssemblyInfo.cs
..............\..............\..........\Resources.Designer.cs
..............\..............\..........\Resources.resx
..............\..............\..........\Settings.Designer.cs
..............\..............\..........\Settings.settings
..............\HScrollExample.sln
..............\HScrollExample.suo
..............\..............\obj\Debug\Refactor
..............\..............\...\.....\TempPE
..............\..............\bin\Debug
..............\..............\obj\Debug
..............\..............\bin
..............\..............\obj
..............\..............\Properties
..............\HScrollExample
HScrollExample