Scrolling in a view

Guy Laden (laden@math.tau.ac.il)
Sun, 9 Jun 1996 03:58:10 +0300 (GMT+0300)

I am writing a view which is expected to become quite large and I need
to allow users to scroll in it. If I open the view in a window of its own,
the framework supplies scrollbars, however when the view is embedded within
a container such as a TextView, there is apparently no way to scroll in the
embedded view.
Under Windows, when embedding a TextView within a TextView, pressing 'control'
while the focus is on the embedded view allows me to scroll in it using the
'host-windows' scrollbars. Does anybody know what I need to do in order to
provide such behavior for my own views?

Thanks,
Guy.