RE: [GD-Windows] Windows GUI grid control
Brought to you by:
vexxed72
From: Andrew G. <ag...@cl...> - 2002-10-28 12:43:56
|
You could do this by having a listview in report mode and implementing custom behaviour for clicking on each row where you create a temorary combo box. I've done something similar before but with edit boxes for each item and it wasn't much work. The listview also has an extended style flag that will draw each element in a box for that grid look. Failing that you can probably find an MFC class that already does this, Code Guru (www.codeguru.com) is probably a good place to start looking. Even if MFC isn't your thing it's usually trivial to convert a class back to Win32. Andy @ Climax Brighton > -----Original Message----- > From: Jacob Turner (Core Design Ltd) [mailto:Ja...@Co...] > Sent: 28 October 2002 12:33 > To: gam...@li... > Subject: [GD-Windows] Windows GUI grid control > > > Anybody got any pointers to a windows GUI grid control. > > We want to have a grid display (e.g. like excel) 4 columns > wide but variable > number of rows and each element of the grid is a drop-down > list box (i.e. > you can choose from a drop-down menu ) > > Apologies if the terminology is not correct but not sure what > the names are > for the windows controls > > Cheers > > Jake > > |