Does anybody think that an adapter that would make a wxGrid conform to the
wxListCtrl interface would be useful to have?
Definitely interested. Have actually gone a little in the opposite
direction in the sense of creating ListCtrl applications that have in-place
editing of columns other than first text column (which is what the ListCtrl
natively offers). I have been unable to substitute the wxGrid in these
situations for a couple of reasons:
1) Selecting/highlighting single rows in the Grid is not without problems
even though it theoretically supports it
2) Growing and shrinking the number of rows seems to be much more work than
it is worth with a wxGrid
Steve