Domanda

I'm trying to create a dialog window with a List Control (report view) that displays a column of text. I'm trying to add another column that displays a combo box that will hold a list of possible actions for the first column. Is there any easy way to do this in MFC?

È stato utile?

Soluzione

You can't do that with something like CListCtrl (or not without a lot of owner drawn code). Instead have a look at a 3rd party control like CGridListCtrlEx which will do all the heavy lifting for you.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top