Results 1 to 22 of 22

Thread: [VB6] Smooth Scrollbar Control v1.0.9b (updated 11/12/19)

Threaded View

  1. #1

    Thread Starter
    Addicted Member shagratt's Avatar
    Join Date
    Jul 2019
    Location
    Argentina
    Posts
    203

    Lightbulb [VB6] Smooth Scrollbar Control v1.0.9b (updated 11/12/19)

    I make some modifications to Carles P.V. scrollbars to adapt it to one of my projects.
    Its a Usercontrol Scrollbar that change its value incrementally to the desired value (.ScrollToValue(xx)) creating a smooth transition. It works much like web pages scrollbars. Also it has native mousewheel support.


    Name:  UCScrollBar_snapw7.png
Views: 3807
Size:  13.5 KB

    * 1.0.6: (Shagratt)
    - Added MouseWhell support on Hover (no focus needed)
    - Added MouseWhell support over another object (on demand by hWnd)
    - Added Public Methods to create object on demand (by code)
    - Added Smooth Scrolling (can be adjusted.value=1 Disabled)
    - MouseWheel scroll value can be adjusted
    - Changed Thumb size formula (based on LargeChange)
    - Continous TL/BR button scrolling
    - Changed default props: Flat, scroll rates,etc.
    - Updated to Paul Caton Self Sub v1.6

    * 1.0.7:
    - Changed dragging thumb to smooth scroll instead of direct to value (smooth drawing too)
    Thanks dseaman@vbforums for the idea!

    * 1.0.7b:
    - Changed dragging to smooth scroll instead of direct to value (smooth thumb and value)

    * 1.0.8:
    - Changed dragging the thumb is direct visually (only value change smooth)
    - Fixed lot of errors on thumb draws/calculation introduced in 1.0.7b
    - Minor fixes added

    * 1.0.9:
    - Fixed Themed Style
    - Change Themed hover on arrows to emphasize both buttons

    * 1.0.9b:
    - Fixed thumb formula when value to scroll was too small (finally!)
    - Exposed ZOrder


    Dowload : prj (Ctrl) Smooth ScrollBar.v1.0.9b.zip


    Credits to: Carles P.V., Jason James Newland, Paul Caton, James Brown.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width