当前位置:网站首页>win10 uwp slider 隐藏显示数值
win10 uwp slider 隐藏显示数值
2022-08-04 18:37:00 【林德熙】
本文告诉大家,如何隐藏 slider 拖动出现的数值。 因为这个数值是控件给的,样子不好看,而且在 slider 的上面,不是在他的右边,所以需要隐藏他。
最简单的方法是设置 IsThumbToolTipEnabled ,请看下面
<Slider IsThumbToolTipEnabled="False"/>
如果这时需要显示拖动的值,可以使用 ValueChanged 事件,我下面使用一个 TextBlock 来显示拖动的值
<Slider Margin="10,10,10,10" IsThumbToolTipEnabled="False" ValueChanged="Slider_OnValueChanged"></Slider>
<TextBlock x:Name="CumjvpxVufe" Margin="10,100,10,10"></TextBlock>
如果需要绑定,那么就可以不需要后台写代码
<Slider x:Name="CumjvpxVufe" Margin="10,10,10,10" IsThumbToolTipEnabled="False" ></Slider>
<TextBlock Margin="10,100,10,10" Text="{x:Bind CumjvpxVufe.Value,Mode=OneWay}"></TextBlock>
边栏推荐
- 用Excel绘制统计图
- Route lazy loading
- 【AI+医疗】斯坦福大学最新博士论文《深度学习在医学影像理解中的应用》,205页pdf
- PHP代码审计7—文件上传漏洞
- Short-term reliability and economic evaluation of resilient microgrids under incentive-based demand response programs (Matlab code implementation)
- ATF中断处理的设计模型
- PHP代码审计9—代码执行漏洞
- 阿里云国际版使用ROS搭建WordPress教程
- Enterprise survey correlation analysis case
- LVS+Keepalived群集
猜你喜欢
面试官:MVCC是如何实现的?
在线生成接口文档
Short-term reliability and economic evaluation of resilient microgrids under incentive-based demand response programs (Matlab code implementation)
curl命令的那些事
”元宇宙“必须具备这些特点
力扣学习---0804
MMDetection 使用示例:从入门到出门
Nintendo won't launch any new hardware until March 2023, report says
通配符SSL证书不支持多域名吗?
八一建军节 | 致敬中国人民解放军
随机推荐
VPC2187/8 current mode PWM controller 4-100VIN ultra-wide voltage startup, highly integrated power control chip recommended
BigDecimal 使用注意!!“别踩坑”
mood swings
如何封装 svg
测试工程师如何突破职业瓶颈?
单行、多行文本超出显示省略号
Route lazy loading
【简答题】月薪4k和月薪8k的区别就在这里
如何给MySQL添加自定义语法 ?
方法的重写
The CPU suddenly soars and the system responds slowly, what is the cause?Is there any way to check?
防火墙基础之防火墙做出口设备安全防护
如何进行自动化测试?【Eolink分享】
VPC2187/8 电流模式 PWM 控制器 4-100VIN 超宽压启动、高度集成电源控制芯片推荐
报道称任天堂在2023年3月前不会推出任何新硬件产品
CAN光纤转换器CAN光端机解决消防火灾报警
Regardless of whether you are a public, professional or non-major class, I have been sorting out the learning route for a long time here, and the learning route I have summarized is not yet rolled up
Short-term reliability and economic evaluation of resilient microgrids under incentive-based demand response programs (Matlab code implementation)
火灾报警联网FC18中CAN光端机常见问题解答和使用指导
开篇-开启全新的.NET现代应用开发体验