ListBox Question

S

Scientific

Hello all,

Is there a way to make the background of a ListBox transparent? It only
seems to work on the border.

-S
 
L

Linq Adams via AccessMonster.com

Bob's correct, as usual! There is no Back Style for listboxes. To mimic it,
you'd simply have to set the listbox Back Color to be the same as the color
of the form section it lies on.
 
Top