Page 1 of 1

[Module] ScrollBarEx - Module (all OS)

Posted: Thu Feb 27, 2020 5:12 pm
by Thorsten1867
ScrollBarEx - Module (all OS / DPI / 64Bit)
  • Adjust scrollbar length if vertical and horizontal are displayed
  • Support of the mouse wheel when the cursor is over the scrollbar
  • Automatic size adjustment
  • Appearance customization
  • Support for rounded corners
  • Full color support
Image

Code: Select all

; ScrollEx::Gadget()       - similar to ScrollBarGadget()
; ScrollEx::GetAttribute() - similar to GetGadgetAttribute()
; ScrollEx::GetData()      - similar to GetGadgetData()
; ScrollEx::GetID()        - similar to GetGadgetData(), but string instead of integer
; ScrollEx::GetState()     - similar to GetGadgetState()
; ScrollEx::Hide()         - similar to HideGadget()
; ScrollEx::SetAttribute() - similar to SetGadgetAttribute()
; ScrollEx::SetColor()     - similar to SetGadgetColor()
; ScrollEx::SetData()      - similar to SetGadgetData()
; ScrollEx::SetID()        - similar to SetGadgetData() , but string instead of integer
; ScrollEx::SetState()     - similar to SetGadgetState()
Download: ScrollBarExModule.pbi

Re: [Module] ScrollBarEx - Module (all OS)

Posted: Fri Feb 28, 2020 12:54 pm
by Thorsten1867
Update:
  • Added: AutoScroll for buttons (hold button)
  • Added: Scroll page width/height (click gap)