[Module] ScrollBarEx - Module (all OS)
Posted: Thu Feb 27, 2020 5:12 pm
ScrollBarEx - Module (all OS / DPI / 64Bit)

Download: ScrollBarExModule.pbi
- 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

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()