CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9

Threaded View

  1. #1
    Join Date
    Apr 2005
    Location
    Eden Prairie, MN
    Posts
    18

    CListCtrl: variable columns per row?

    Is there a way to vary the number and types of controls in each column/row?

    In the attached mockup, the Settings column can have any of the following based on what's selected in the Main column:

    - three edit text controls (row 1 in the mockup)
    - a dropdown menu (rows 2 and 3)
    - one dropdown menu, one button, and one edit text control (row 4)

    Is this even possible? If so, how would you approach it?
    I've combed through all the CListCtrl articles and haven't seen anything like it.

    I'm already familiar with how to implement different types of controls in different columns if a CListCtrl, just not how to vary it by row.
    Attached Images Attached Images

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured