Prevent WPF-UI default styles on specific controls (treeview with grid columns) #1537
Unanswered
facreationz
asked this question in
Q&A
Replies: 1 comment
-
|
I'm facing a similar issue where I'm using a standard |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to implement a treeview with grid-based columns (like a tree-listview) in my existing WPF-UI based project - as demonstrated in this example here: https://dlaa.me/blog/post/9898803
A treelistview should look like this (without the WPF-UI implemented):

However, in a WPF-UI based project, the grid columns do not align under the right places and appears like this:

This is obviously because of the default control styling implementing by WPF-UI. But I'm unable to figure out how to prevent / bypass the WPF-UI styling on the grid so that it doesn't mess up with the column widths. Anybody can suggest me how to achieve this in WPF-UI framework?
Beta Was this translation helpful? Give feedback.
All reactions