1. idList question
- Posted by George Walters <gwalters at sc.rr.com> Dec 23, 2004
- 674 views
I may have asked this before but I've forgot the answer. I would like to add some items in a list that have different characteristics so they stand out from other items. Like the beginning of a group in the list to be bold or of a different background color. Any attempt I've tried changes the entire list of items, not a single row. Is there a way to do this. I would also like to draw a horizontal line between item groups in the list. Is there a way to do this?
2. Re: idList question
- Posted by Greg Haberek <ghaberek at gmail.com> Dec 23, 2004
- 644 views
Use EuGrid. You can color individual cells based on whatever basis you like (row by row, columns, diagonal, only one cell, etc...). With proper sizing you can make it look quite a lot like a listview, and it has lines between cells. ~Greg On Thu, 23 Dec 2004 02:42:55 -0800, George Walters <guest at rapideuphoria.com> wrote: > > posted by: George Walters <gwalters at sc.rr.com> > > I may have asked this before but I've forgot the answer. I would like to add > some items in a list that have different characteristics so they stand out > from other items. Like the beginning of a group in the list to be bold or of > a different background color. Any attempt I've tried changes the entire list > of items, not a single row. Is there a way to do this. > > I would also like to draw a horizontal line between item groups in the list. > Is there a way to do this? > > > >
3. Re: idList question
- Posted by Derek Parnell <ddparnell at bigpond.com> Dec 23, 2004
- 725 views
- Last edited Dec 24, 2004
George Walters wrote: > > > I may have asked this before but I've forgot the answer. I would like to add > some items in a list that have different characteristics so they stand out > from other items. Like the beginning of a group in the list to be bold or of > a different background color. Any attempt I've tried changes the entire list > of items, not a single row. Is there a way to do this. > > I would also like to draw a horizontal line between item groups in the list. > Is there a way to do this? The standard List as supplied by Microsoft does not support this. You either have to use some other control type, use a owner-drawn List, or simulate it with a Window control. -- Derek Parnell Melbourne, Australia