Home - Forums-.NET - FlyGrid.Net (Windows Forms) - Showing nodes without tree lines

FlyGrid.Net (Windows Forms)

.NET Datagrid - Fast, highly customizable, industry standards .NET data grid control for WinForms

This forum related to following products: FlyGrid.Net

Showing nodes without tree lines
Link Posted: 26-Dec-2005 20:19
Hi,

We need the ability to display a tree that some of its nodes has multiple lines.
In technical language, it mean I need to display nodes without any text (and that's not a problem), and without any treelines (the lines that show that one node is the child of another node) - and that's the ability I'm missing.

Can you add such a feature in the future?

Thanks.
Link Posted: 26-Dec-2005 21:16
You can set HierarchyColumn.ShowLines to false to turn off drawing connecting lines.
Link Posted: 28-Dec-2005 08:06
Yes, but this will set the tree lines of all the nodes to invisible.
I need the ability to set the display of tree lines per node.

can it be done?