在WPF中,如何从codeplex增加DataGrid中ant的厚度?

发布于 2024-12-09 08:25:45 字数 264 浏览 1 评论 0原文

我正在使用 Codeplex 的 DataGrid for WPF。网格似乎很美妙。最近,我注意到当我使用箭头键时,DataGrid 中显示的蚂蚁显示了一条虚线蚂蚁,这对用户来说不是很清楚。示例如下所示。

蚂蚁现在出现在值为 4 的单元格周围。它是虚线,但不是很清晰

在此处输入图像描述

我想知道如何增加此网格中显示的蚂蚁的厚度。

I am using DataGrid for WPF from codeplex. The grid seems to be wonderful. Recently I noticed that the ant shown in the DataGrid while I am using arrow keys, there is a dotted ant that is displayed which is not very clear to the user. Sample shown below.

The ant is now present around cell which has the value 4. It is dotted lines but not very clear.

enter image description here

I wanted to know how can I increase the thickness of ant shown in this grid.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

榕城若虚 2024-12-16 08:25:45

您可以通过重写 DataGridCell.FocusVisualStyle 来重写点焦点的行为。

You can override that behavior of dotted focus by overriding DataGridCell.FocusVisualStyle.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文