Android Question Change SMM scrolling background color

Scantech

Well-Known Member
Licensed User
Longtime User
SMM has a background color that changes when you use the scroll bar. The image views are replaced with white color panel when scrolling. Where can i change the color? It is always white. I looked into PCLV colors and none of them changed it.
 

TILogistic

Expert
Licensed User
Longtime User
?
B4X:
    PCLV1.Initialize(Me, "PCLV1", CLV1)
    PCLV1.pnlOverlay.Color = xui.Color_Transparent
    PCLV1.DelayBeforeHidingOverlay = 0
 
Upvote 0
Top