Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
495
Hierarchical xamdatagrid : align columns
posted

I saw some posts that seem to deal with this, but after testing... I didn't see any solution.

I have a hierarchical datagrid with only one FieldLayout.

It represents folders that can contain folders that can contain folders... and so on.

My data call is a self recursing class.

I want to display for each folder :

- 1 icon + name column

- 1 comment column

My problem is that, as is, the comment columns are not alignated : for each level, there is an offset.

I'd like to have the comment columns alignated whateven the level.

Is there a way to do this ?