| |
|
|
| The ScrollerII library has two Controls that provide automatic Scrolling functionality. The FormScroller makes an entire Form Scrollable, whereas the Scrollable Container Makes Part of a Form Scrollable. No need of any code to write. |
| Other software from this author: | - AutoCompleteTextBox 1.0 — An Autocomplete TextBox like the ones you find in the latest browsers. Automatically builds a list of entries, saves and retrieves the list without the developer having to right any code or setting any property at all. Just drop it in your applicatio
- NeoCalendarIII 3.0.0 — The NeoCalendar Library consists of three ActiveX Controls which are designed to replace the MonthView and DTPicker controls that ships with VB. A brand new Date Range selector control is also added which can generate SQL statements automatically.
| Show all software from this author |
Description: The ScrollerII Library has two Controls, the FormScroller and ScrollableContainer Control. Each of these two Controls provides automatic Scrolling functionality. The FormScroller makes and entire Form Scrollable, whereas the Scrollable Container Makes part of a Form Scrollable. If you need more user input elements (controls) to place on a Form than its available area, these controls can be really helpful. By making the Form scrollable, it is possible to use a much broader area than the available area of a Form.
Common features of these two Controls:
You can set the small and large scroll values for the control.
You can make the Scroller scroll continuously or only when the Mouse is released.
You can check if a control is visible at any given moment using the IsVisible Method.
You can Force the Scrollar to make a particular control visible by using MakeVisible Method.
You can get a collection of the Visible Controls using the VisibleControls property and loop through it if necessary.
You can manually scroll vertical or horizontal using the ScrollVertical and ScrollHorizontal Methods.
The BeforeScroll Event is fired before Scrolling and you may cancel scrolling in that event based on the situation.
The After Scroll Event is fired after a Scroll has occurred. | System Requirements: VB 6 | ScrollerII 2.0.0 Download from neocomponents.com |
|