Posted 9 July 2026, 5:16 pm EST
We recently updated from the .NET framework release of C1 to .NET9. Much of the UI is different and we have been going through updating things. We are using C1 v9.0.20251.1133.
We use both a FlexGrid and C1TreeView in multiple areas throughout our app. One FlexGrid in particular has 2 groupings set on the data with trees lines enabled and it looks fantastic. I wanted to mirror this style with the tree lines & expanders in my C1TreeView, but I just can’t get it to match.
It is near impossible for me to get screenshots due to restrictions at my work environment, but i’ll do my best to describe the setup.
We have a FlexGrid with 4 manually defined GridColumns which are essentially just Data Source, First Name, Last Name, Count. We group on Data Source and Last Name. We set the IsVisible on the Data Source and Last Name columns to false to hide these 2 columns so that we are left with 2 groupings and 2 columns under these groupings. We then set TreeLinesMode to Connected, TreeLinesRadiusX to 3, TreeColumnIndex to 2, and TreeIndentMode to AllCells. We also set the GroupExpandedIconTemplate to C1IconTemplate.TriangleDown.
Is it possible to mimic this ‘tree view’ line styling from the FlexGrid inside our C1TreeViews?
Any insight into customizing the C1TreeView connector lines would be appreciated! And I’m sorry if this post was difficult to follow as it’s hard to describe visuals without code or pictures.
