-
If the ColumnHeader text is too long and the cell content is short, in DataGrid, I can set multiple TextBlocks to the HeaderTemplate, and the height of the entire header of the DataGrid will be automatically adjusted. How can I achieve a similar function in HierarchicalExpanderColumn mode in TreeDataGrid? |
Beta Was this translation helpful? Give feedback.
Answered by
nasterhe
Jan 24, 2025
Replies: 1 comment
-
I known how to do it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nasterhe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I known how to do it.
It also uses the same method as DataGrid, using HeaderTemplate.