如何在滑块上画线或其他东西?
我将为我自己的播放器设计一个搜索栏。我已经在使用滑块了。
场景:当用户点击按钮A
时,在搜索栏中,将绘制一条线并一直持续到用户点击按钮B
。查看图片以更好地理解! ;)
图片 http://efreephoto.com/pictures/11182763364d5141df3d8d8.png
如何我可以在滑块上画红线吗?
I'm going to design a Seek bar for my own player. I already using Slider.
Scenario: When user clicks on button A
, in seek bar, a line will be drawn and continues until user clicks on button B
. Check out the image to understand better! ;)
Image http://efreephoto.com/pictures/11182763364d5141df3d8d8.png
How can i just draw that red line on Slider?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我相信有两种解决方案。
希望这能引导您走向正确的方向。
I believe there are two solutions.
Hopefully this will guide you in the right direction.
我认为最好的方法是使用自定义模板。
请参阅此处了解更多信息 http://msdn.microsoft.com/en-us/library /aa970773.aspx
您可以在此处下载默认控件模板
http://code.msdn.microsoft.com /Project/Download/FileDownload.aspx?ProjectName=wpfsamples&DownloadId=7741
然后您应该将默认值调整为您想要的任何内容。从上面的链接查看 slider.xaml 文件并将以下部分更新为您喜欢的内容。
The best way to go I think is to use a custom template.
See here for more http://msdn.microsoft.com/en-us/library/aa970773.aspx
You can download the default control templates here
http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=wpfsamples&DownloadId=7741
Then you should adapt the default to whatever you want. From the link above have a look at the slider.xaml file and update the following section to whatever you like.