If height is decreasing, than my first object moving up out of scrollView. If height is increasing, than my last object set visible out of scrollView. Any ideas?
Once created, scrollViews cannot be adjusted via .height or .width, nor by scaling. If you need to make this appearance visually occur, one option is to apply a mask to the scrollView and then adjust the mask size via transition or similar.
Once created, scrollViews cannot be adjusted via .height or .width, nor by scaling. If you need to make this appearance visually occur, one option is to apply a mask to the scrollView and then adjust the mask size via transition or similar.