SeekBar and Color

ciginfo

Well-Known Member
Licensed User
Longtime User
Bonjour,
With a SeekBar built with the Designer

Dim Skb as SeekBar

Sub Activity_Create(FirstTime As Boolean)
SkbP.Initialize("P")
SkbP.Color = Colors.green
.........
End Sub

Why SeekBar is always yellow.

Thank you
 
Top