Hello !
How can i change the horizontal scrollbar in list view please ?
I use the “purple” style and in the list view the bottom scrollbar is white on a white background ! I can see it only where i fly over the scrollbar, in this case the scroll bar is white on a light grey background. I want to have a visible scrollbar even i d’ont fly over it (maybe a dark-grey scrollbar).
Did you mean the scrollbar at the bottom of the table (not the page)? If so, you can try this in Page_Head event (see the topic Server Events and Client Scripts in the help file):
Yes it’s exactly what i want, and your advice work perfectly.
but i found nothing about scrollbars in the help file.
Many thanks!
arbei wrote:
Did you mean the scrollbar at the bottom of the table (not the page)? If so, you can
try this in Page_Head event (see the topic Server Events and Client Scripts in the
help file):
REALLY THANKS