How to reuse the grid control outside the wxWidgets env

Questions about wxWidgets running on MS.NET, mono or Portable.NET ? Ask it here !
Post Reply
ppower
In need of some credit
In need of some credit
Posts: 1
Joined: Sun Nov 30, 2008 6:20 pm

How to reuse the grid control outside the wxWidgets env

Post by ppower »

I noticed that the grid is a great grid control, because it is basically an unbound grid, with a lot of freedom about the controls you can wrap in any cell. Is there anybody who spent sometime to insulate the wxGrid code from the wxWidgets environment, in order to reuse it as a regular .NET Control for any .NET Windows Forms application?

Around on the web, there's plenty of superb grids that make coffee and toasts, but any of those controls are bounded to some data provider or they aren't open source of free to use.
Post Reply