tags:

views:

36

answers:

3

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
A: 

There is also Qt which has pretty customizable Grid controls widgets and a lot of examples to learn how to use them.

ereOn
+1  A: 

wxWidgets has the wxGrid class for displaying grids like spreadsheets use. It is a cross platform GUI framework.

Thomas Matthews
`wxWidgets` is an awful piece of unconsistency...
ereOn