屏幕阅读器始终“转换”为屏幕阅读器将 WPF 滑块值设置在 0-100 范围内
对于那些有使用屏幕阅读器(例如 JAWS)经验的人,我的问题是如何修改 WPF 滑块,以便屏幕阅读器读出的值与 Slider.Value 中的值相同>?
JAWS 始终将滑块的值读取为 0-100 范围之间的值。我不知道它是如何得到这个值的。它可能是通过计算 Slider.Value 在 Slider.Maximum
和 Slider.Minimum
之间的位置来计算的,但是有没有办法覆盖它?
谢谢!
For those who have experience working with screen readers (ex. JAWS), my question is on how to modify the WPF slider so that the value that the screen reader reads out is the same as what's in Slider.Value
?
JAWS always reads the value of the slider as something between the 0-100 range. I don't know how it gets this value. It's probably from computing the location of the Slider.Value between the Slider.Maximum
and Slider.Minimum
but is there a way to override this?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
找到办法了!转到以下主题:
MSDN 辅助功能论坛
Found a way! Go to the following thread:
MSDN Accessibility Forums