Click here to Skip to main content
Licence CPOL
First Posted 26 Nov 1999
Views 531,741
Downloads 3,590
Bookmarked 289 times

SuperGrid - Yet Another listview control

By | 8 Dec 1999 | Article
A combination list control and tree control with checkbox capability

Sample Image

Okay yet another full blown ownerdraw listview control with a tree like thing in the first column.

What´s new:

  • subitems now supports images
  • improved sorting
  • bugfixes reported by you.

please see the history section in the SuperGridCtrl.cpp file for further reading.

Features:

The listview control has support for editing subitems and basic user navigation. To edit an item hit the Enter key to start editing, when done editing, hit the Enter Key again. The listview control also has support for sorting items, drag and drop, basic scroll, autoscroll and autoexpand when dragging an item over another item. The listview control supports Insert/Delete items and you can use the +,-,* keys to expand/collapse items. The listview control does NOT support header drag/drop operations. Thanks for all them positive emails I have recived. If you have any suggestions to some future version let me know.

Note:

The class CSuperGridCtrl is derived from CListCtrl and it has a nested class called CTreeItem. The CTreeItem represents a node in a linked list. Each CTreeItem has a CObList representing its children and a few data members telling you the current status on the node e.g expanded, haschildren etc. Each listview item has a pointer to the CTreeItem(stored in the lParam of course). The CTreeItem has an associated class called CItemInfo. The CItemInfo class represents the data in the listview. This class is just a wrapper for the CStringArray, each item in the array represents a subitem. You may have to modify this class to suit your logical data-representation in the listview. In each CItemInfo you may associate a controltype: default controltype is an edit-control. In the source code you will find an example on how to associate a combobox control to a specific CItemInfo and how to initalize the combobox with default values.

Another standard control which is implicit in the listview control are the checkbox-control, by using the LVS_EX_CHECKBOXES style you will have this control for free, nothing new here....but in the CItemInfo class you will be able to test which items are checked. The class CMySuperGrid which is derived from CSuperGridCtrl shows you how to initalize the grid, insert root items, insert items, sort items, associate controltypes and how to implement 'print preview' selected or checked items depending on which extended style you have set, it also shows you have to search for items, select items, delete items and how to set the current listview icon and individual cell color. The source code shows you how to use the listview control in a CView derived class and in a CDialog derived class.

The listview control was built with Visual C++ 6.0 (sp10) level 8 on Windows 2000 beta 9, I don't remember the Netcard ID ;-).

In the SuperGridCtrl.h header file you will find further information/documentation on how to use this listview control. I have included a "history" section in the SuperGridCtrl.cpp file.

Drop me a line when you find that bug or if you have any comments / suggestions / improvement at all to this listview control.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

Allan Nielsen



Switzerland Switzerland

Member



Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
GeneralRe: set check box after icons Pinmembersammmmmy0:06 8 Jul '05  
Generalvery good,Thakns Pinmemberhpxs17:08 21 Jun '05  
QuestionHow can I realize the directory tree like the listview? Pinmemberblestrabbit17:02 13 Apr '05  
QuestionHow to do sorting depending on column data type? PinmemberNikoletinaBursac7:43 8 Mar '05  
GeneralDifferent Item Height Pinmemberhypercor1:20 17 Feb '05  
GeneralRe: Different Item Height Pinmemberiliyang9:20 16 Jun '05  
Generalmoving rows Pinsussmeir_elkabetz@hotmail.com4:13 16 Feb '05  
Hi,
first I want to thanks the developer. you saved me a lot of time.
I have worked a lot on this listctrl but I just couldn't replace two raws in
the list. I added two buttons for moving a selected raw Up and Down.
 
Does anyone achived such a thimg?
 
Uv
Questionhow can set a col is readonly PinsussAnonymous18:41 3 Nov '04  
GeneralA Definite Bug PinsussBill Ross7:30 29 Sep '04  
QuestionCan I use this in .net visual c++ PinmemberChetan.M21:22 22 Sep '04  
GeneralSorting is kinda weak PinmemberLakeFerrits11:15 10 Aug '04  
GeneralVERY hard to use Pinmemberjtorjo22:05 19 Jul '04  
GeneralRe: VERY hard to use Pinmember@llan21:02 25 Feb '05  
GeneralRe: VERY hard to use Pinmemberjtorjo8:58 26 Feb '05  
GeneralThis is VERY difficult to customize Pinmemberbrchris8:25 19 Jun '04  
GeneralRe: This is VERY difficult to customize Pinmemberbrdavid8:43 5 Mar '05  
GeneralRe: This is VERY difficult to customize Pinsussicecube49:06 18 Feb '05  
GeneralEasy way to place this in custom app PinsussAnonymous0:48 5 Jun '04  
QuestionHow to use CTreeItem class and its member function in SuperVw class? Pinmemberbenax.von22:18 19 May '04  
GeneralUsing this control without ImageList PinmemberJimmyO4:11 19 May '04  
GeneralControl flckers during column resize PinmemberHarnash4:19 12 May '04  
GeneralRe: Control flckers during column resize PinmemberMartin Richter2:11 19 May '04  
GeneralRe: Control flckers during column resize PinmemberHarnash2:19 19 May '04  
QuestionIs this a COM component? PinmemberZippyBubbleHead3:41 14 Apr '04  
AnswerRe: Is this a COM component? PinmemberMartin Richter2:12 19 May '04  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web01 | 2.5.120528.1 | Last Updated 9 Dec 1999
Article Copyright 1999 by Allan Nielsen
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid