Make indentation configurable #343
StefanKoell
started this conversation in
Ideas
Replies: 1 comment
-
Someone else posted this in the Avalonia discussions: Although this is quite a simple solution, a simple property on the TreeDataGrid to control the indentation would a much better experience since this is tweak which is quite common. |
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.
-
Other frameworks provide an easy way to tweak the indentation of tree items drilling down multiple levels. For this, there's often an Indentation property of some sort which can be set on the tree control. If indentation is set to 20px, for example, indentation will be based on this:
Right now, it's quite complicated and cumbersome to control the indentation like this. Would be great to have this exposed and configurable on the TreeDataGrid.
Beta Was this translation helpful? Give feedback.
All reactions