I have an object which can hold children, so children of each object themselves have children. so imagine is a 3 level hierarchical tree. however this number is not fixed, it can be 4,5 or even 6 hierarchical levels. I already have a BindingList which is the list of all the Root nodes. Does anyone know an straight forward way to convert this into table? so each level will be one column of the hierarchy. It is simple to create the columns but I am not sure how to populate it without knowing how many loops I need?
Any suggestions is highly appreciated.
Cheers.