具有多行行的 WPF DataGrid

发布于 2024-12-05 07:44:45 字数 195 浏览 1 评论 0原文

我有接下来的 2 个网格和相同的标题结构: 网格结构

该结构最重要的是在标题和网格上实现双线功能。 我需要在第一行和第二行上具有排序功能,并在购买的行上具有默认的标题样式(因为如果我在一个标题中添加 2 个文本块,它们将不具有此功能)。

这可能吗?

I have the next 2 grids and the same header structure:
grids structure

The most importent thing from this structure is to implement the double line functionality on the header and also on the grids.
I need to have the sorting functionality on the first line and also on the second, and to have the default header style on bought lines( because if I add 2 textblocks in one header they will not have this functionality).

Is this possible?

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

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

发布评论

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

评论(1

怪我入戏太深 2024-12-12 07:44:45

这可能是您答案的一部分

    <TextBlock>LineOne<LineBreak/>LineTwo</TextBlock>

This might be part of you answer

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