striping row color of a listbox

  • Thread starter Thread starter Tom Green
  • Start date Start date
T

Tom Green

Access 2000
Windows 2000

I know I've seen a formatting widget/code posted here that enables one to
stripe the color of every other row of a listbox control for
ease/readability. Does anyone know where this solution can be found?

TIA
 
I believe I answered my own question at www.lebans.com. Comments section of
his class module below.

'Name clsConditionalFormattingDataSheetView
'
'Purpose: Contains Custom property declarations
' to allow the user/developer
' to programmatically set the Conditional Formatting
' properties of a TextBox.
' This first version contains only two Methods.
' #1)The background of the Current Row/Record is
highlighted
' #2) Alternate Rows of the Detail section are
highlighted
'
'Version: 1.1
'
'Calls: None
'
'Returns: Property values.
'
'INPUTS: The Control to be formatted.
'
'Created by: Stephen Lebans
'
'Credits: It's yours for the taking!<grin>
'
'Date: Feb 02, 2001
'
'Time: 11:11:11 pm
'
'Feedback: (e-mail address removed)
'
'My Web Page: www.lebans.com
'
'Copyright: Lebans Holdings 1999 Ltd.
' Please feel free to use this code
' without restriction in any application you develop,
' whether private or commercial.
' This code may not be resold by itself or as
' part of a collection.
'
'What's Missing!: Lots! This is just a start but you have to start
somewhere!
'
'
'
'Bugs: Let me know!
 
Back
Top