文本装饰,前提是visibility = true

发布于 2024-12-05 09:38:07 字数 345 浏览 2 评论 0原文

在我看来,这相当简单,但从未设法装饰文本模式,在某些情况下,详细信息表的可见性

如下图:可见性设置位置的视图 在此处输入图像描述 在此处输入图像描述 在此处输入图像描述

因此,如果我可以编写: =IIF(table1.nameOfDetailRow.visibility = true ,“无”,“下划线”)

如何解决这个问题?

It seems to me to be fairly simple, but never manages to decorate the text modes, under some conditions the visibility of a detail table

following picture: A view of where the visibility is set
enter image description here
enter image description here
enter image description here

So, the problem would have solved if I could write: =IIF(table1.nameOfDetailRow.visibility = true, "none", "underline")

How to solve this problem?

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

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

发布评论

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

评论(1

我喜欢麦丽素 2024-12-12 09:38:07

解决方法:

* Add a second row to the group.
* Set the top border to single, the rest to none
* Set the visibility to hidden.
* Set the height to 0
* Set it to expand/collapse like the detail.

通过执行上述步骤,第二行将像详细信息一样隐藏并随之展开。

当它展开时,它将显示顶部边框,看起来像下划线(续)

A workaround:

* Add a second row to the group.
* Set the top border to single, the rest to none
* Set the visibility to hidden.
* Set the height to 0
* Set it to expand/collapse like the detail.

By doing the steps above, the second row will be hidden like the detail and expand with it.

When it is expanded it will show the top border, which will look like an underline (continued)

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