ScrollBarEx - Module (all OS / DPI)
Verfasst: 27.02.2020 18:23
ScrollBarEx - Module (all OS / DPI / 64Bit)

Download: ScrollBarExModule.pbi
- Anpassen der Scrollbarlänge möglich, wenn der vertikale und horizontale Scrollbar gleichzeitig angezeigt werden
- Unterstützung des Mausrades, wenn der Cursor über dem Scrollbar ist
- Automatische Größenanpassung
- Anpassung des Aussehens
- Unterstützung abgerunderter Ecken
- Volle Farbunterstützung

Code: Alles auswählen
; 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()