Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在 hScrollBar 上画一条线(大约 5 像素宽)?这条线将从一端移动到另一端。它将代表运动。
谢谢,
我认为这是可能的。你有两个选择 - 一个所有者绘制的滚动条(C++/MFC 中的一个例子来获得挂起 - http://www.codeproject.com/Articles/14724/Replace-a-Window-s-Internal-Scrollbar-with-a -custo ),第二个选项是跟踪滚动条的移动,画线并重新绘制。
编辑
这也可能有帮助 - http://msdn.microsoft.com/en-us/library/system.windows.forms.visualstyles.visualstyleelement.scrollbar.lefttrackhorizontal.aspx