On Dec 6, 2007 4:11 PM, Jack Skelley <[EMAIL PROTECTED]> wrote: > Good Afternoon All: > Is there anyway to make the rows of a list box alternate different > colors to simulate green bar type paper and keep all the rows enabled? > I can make the row disabled color green then I can't click on that row > to get a more detailed view of the data displayed.
A WAG would be to make a function that you could pass in the control, and the color scheme you wanted. This time it could be green & white, next time it could be purple and orange for client colors. yuck! You could get your list count and then iterate even odd rows and apply the color you passed in. --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

