Talk:How to Create a Scrollable Container
Article Review by deepikagohil
(20090919)
Controls are basic elements of user-interaction in user interface. The control is a rectangular area which can take user input and/ or display output. The rectangular area which contains controls is called container.
Controls are basic elements of user-interaction in user interface. The control is a rectangular area which can take user input and/ or display output. The rectangular area which contains controls is called container.
This article well-explains the way to scroll the container up and down with its contents i.e. creating an scrollable conatiner. Moving the entire container up and down. It can be useful when it is limited screen size and many controls are present in one view only. This article provides the code snippest to do so with comments at varios places to let it understandable.
The article can be useful to intermediate developers to create scrollable container.

