Is it possible to edit data in place using CListCtrl - if not, can anyone suggest an alternative con
Posted
by shan23
on Stack Overflow
See other posts from Stack Overflow
or by shan23
Published on 2010-03-08T10:50:08Z
Indexed on
2010/03/08
10:51 UTC
Read the original article
Hit count: 410
I'm designing a MFC app in which I'd like to have a grid with 2 coloumns : both editable in which the user will input data and the app will get notified about it. The number of rows can be increased/decreased by the user as he wants - What would be the ideal MFC control to use for this kind of requirement ?
This is my first time designing a MFC app , so dont mind if it sounds too noobish :)
© Stack Overflow or respective owner