Re: lists (how to change scrollbar look feel)

2003-08-14 Thread Dave Lippincott
PROTECTED] Sent: Thursday, August 14, 2003 8:36 AM Subject: lists (how to change scrollbar look feel) When I have a list with more items than the number of visible items, the object creates a couple of arrows (like a scrollbar); when I tap into the down arrow the list scroll down one page

lists (how to change scrollbar look feel)

2003-08-14 Thread Toshiro V
When I have a list with more items than the number of visible items, the object creates a couple of arrows (like a scrollbar); when I tap into the down arrow the list scroll down one page. The question is: is it possible to change that behaviour? I want a full scrollbar to appear to the right of

Re: lists (how to change scrollbar look feel)

2003-08-14 Thread kcorey
On Thu, 2003-08-14 at 12:36, Toshiro V wrote: When I have a list with more items than the number of visible items, the object creates a couple of arrows (like a scrollbar); when I tap into the down arrow the list scroll down one page. The question is: is it possible to change that

Re: lists (how to change scrollbar look feel)

2003-08-14 Thread Prashant Jha
Toshiro, You can use the ScrollBar control from the Constructor if you are using Code Warrior. This gives you the regular scroll bar that you see in Browsers and other desktop applications. But to make the scrolling happen, whether you want page scrolling or line scrolling, you will need to write