I have created a settings page with a long list of settings.
I am using a ScrollView and Grid to contain my individual components.
And a ScrollBar to scroll to the appropriate setting component.
One of my components is a UISlider which is inside the UIScrollView and inside the Grid.
The thumb of the UISlider setting component is not moving with the Slide.
If I take the slider out of the scroll view then the thumb follows the slider but when I put the slider inside the scrollview in the grid the thumb no longer follows the slider