|
Does anyone know any shared control which looks like the Outlook 11 style collapsible list view, where the items are grouped into some categories and you can expand and collapse the categories by clicking a +/- sign. You can take a look at the following screenshots:
http://members.fortunecity.com/aripal2k/images/outlook.jpg http://members.fortunecity.com/aripal2k/images/outlook2.jpg
to see what I am looking for. See how the mails are grouped by date. I want a similar control. |
| MigrationUser 1 Monday, March 24, 2003 1:37 AM |
You could do this with an owner drawn TreeView. Although the TreeView that ships with the current version of the .NET Framework doesn't support OwnerDraw. So you'd need to do a bit of research on MSDN and create a TreeView subclass that supports OwnerDraw.
- mike |
| MigrationUser 1 Tuesday, April 01, 2003 6:13 PM |
can you explain it in little more detail. |
| MigrationUser 1 Thursday, May 01, 2003 5:42 AM |
As i understood the this is a feature of XP visualstyles, take a look at:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/listview/messages/lvm_insertgroup.asp
If you want to go about it yourself, take a look at:
http://www.codeproject.com/useritems/extendedlistviews.asp
It is not exactly what you you want, but maybe it is a good starting point for writing your custum listview control:
Gr.
PM |
| MigrationUser 1 Monday, May 05, 2003 4:40 AM |
Any more help/link will be highly appreciated. |
| MigrationUser 1 Tuesday, October 21, 2003 8:32 AM |
Hi , our grid can do this.. we are also planning to release a free community version (for use in non commercial apps) http://www.compona.com/WikiEngine/WikiPageViewer.ascx?ID=48
//Roger |
| MigrationUser 1 Tuesday, October 21, 2003 8:51 AM |
Arindam,
I'm finishing work on a commercial control that does just that. It is the exact same thing as the outlook 2003 navigation control. if all goes right, it will be ready within one week.
Regards,
Paul |
| MigrationUser 1 Sunday, October 26, 2003 5:21 AM |
can u guys tell me the exact date and details of those controls? |
| MigrationUser 1 Tuesday, November 25, 2003 10:43 AM |
Hi Arindam,
Sorry, but I made a mistake. My control is finished, but it's not the control you were looking for. I thought you wanted a control similar to the navigation control found on the left side of the main Outlook 2003 window (with the expandable/collapsible panes). That's the control I created.
Regards,
Paul |
| MigrationUser 1 Wednesday, November 26, 2003 1:46 PM |
can you please share the control u created awais |
| awais hamid Monday, March 09, 2009 10:17 AM |