Is there a c++ library like Extjs that can be used in desktop applications written in c++?.
A:
Most GUI frameworks have grid controls. I've used Fox toolkit int the past and it has a flexible grid control.
Eddy Pronk
2010-05-25 11:55:30
+1
A:
wxWidgets has the wxGrid class for displaying grids like spreadsheets use. It is a cross platform GUI framework.
Thomas Matthews
2010-05-25 16:51:55
`wxWidgets` is an awful piece of unconsistency...
ereOn
2010-07-02 12:22:03