vote up 2 vote down star
1

Does anyone know of a good way to display hierarchical data with columns?
It has to be virtualizing, as it must be able to handle several million records.
It should also be multi-select, most treeview controls are not.
Winforms preferred, but will ElementHost WPF if necessary.

flag

3 Answers

vote up 0 vote down

Take a look at the Infragistics UltraWinGrid, here's a video that demos some features: http://www.infragistics.com/howto/wingrid.aspx

link|flag
vote up 2 vote down

Is this along the lines of what you're looking for? I've used some code from here before, and the results were pretty good, with a bit of tweaking.

alt text

link|flag
vote up 1 vote down

I'm not quite clear what you mean about hierarchical data with columns, can you clarify? One possibility is the new WPF DataGrid. Depending on the functionality you're looking for it may be what you're looking for.

The bits for datagrid are available on codeplex: http://www.codeplex.com/wpf/Release/ProjectReleases.aspx?ReleaseId=14963

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.