What is the difference between a Scrollbar and a ScrollPane

A Scrollbar is a Component, but not a Container. A ScrollPane is a Container. AScrollPane handles itsown events and performs its own scrolling.

Showing Answers 1 - 3 of 3 Answers

*A scroll-bar is a component.
*A scroll bar provides a convenient means for allowing a user to select from a range of values.
*Scroll-bars can either be vertical or horizontal.
*It has multiples components as like: scrollbar top arrow, scrollbar slider, scrollbar track and scrollbar bottom arrow which are used to get the scrolling position.

*Scrollplane is a container.
*It manages a viewport, optional vertical and horizontal scroll bars, and optional row and column heading viewports.
*It handles its own events and perform its own scrolling.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions