Looking for a C# library
-
Hi all, I'm looking for a C# library to create a grid (multi column) with hirarchy view (Treelist) waiting for your suggestion Thanks
google ?
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
google ?
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
yes I try google but I can't find the feature I need :(( I want to have a TreeList (hierarchy + multicolumn) and I want to have two fields of information in one column ------------------------------- | column1 | column2 | |---------|---------|- |c11 |c12 | c21|c22 | ---------|----|----|----|----|- +Node1 | 0 | 10| 15| x | -Node2 | x | x | x | x | +Node21| | | | | Thanks for any help