0

我需要使用 MFC 实现一个列表控件,其中行数是固定的。它应该使用 FIFO,行数是固定的。有内置选项吗?或者可编程的方法。

4

1 回答 1

0

If you're starting from scratch, then you could simply bind the controller's logic to something standard from STL, e.g std::list.

于 2010-04-24T14:12:43.650 回答