Multiple choice technology programming languages

which view class allows usage of document - view architecture with tree, list, and rich edit controls?

  1. CScrollView

  2. CListView

  3. CRichEditView

  4. CCtrlView

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

CCtrlView is the MFC view class that enables document-view architecture with tree controls (CTreeView), list controls (CListView), and rich edit controls (CRichEditView) by wrapping standard Windows controls.