Is there any way to horizontally position the seekbar as it positions itself right over the label data (to the right) that is in the CLV?
EDIT: just found the property to position the seekbar horizontally, incase someone like me is looking for it.
I set the property to this: PCLV.B4XSeekBar1.mBase.Left = 100%x - 40dip
Adjust the 40dip to your needs.