This question concerns the 'freezing' of some views while letting others scroll.
I have a window that contains a view called vw_layout.
vw_layout has 5 view containers , vcu1_1,2,3,4 and 5.
vw_one is imbedded in vcui_1, vw_two in vcui_2, etc.
The height of the combined views is such that we must scroll vertically to see everything.
How can I 'freeze' vw_one so that it does not scroll, leaving only views vw_two, vw_three, vw_four, and vw_five scrolling vertically below vw_one.
Thanks...
...Mike