开发者

WPF DataGrid with multipleLines rows

开发者 https://www.devze.com 2023-04-05 11:36 出处:网络
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 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 functionali开发者_如何学JAVAty 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?


This might be part of you answer

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

精彩评论

暂无评论...
验证码 换一张
取 消