I’ve noticed that the built in C# DataGrid doesn’t have great performance (not good enough for what I’m doing anyway).
Is there a C++ implementation for a DataGrid ?
I need one that hopefully has about the same functinality and a COM interface or something that can be access with managed .NET code.
(If there’s nothing with accessability I can wrap it a bit with C++/CLI)
Thanks
Does this or this help in anyways?