|
|
1.1 root 1: {\rtf0\ansi{\fonttbl\f0\fswiss Helvetica;\f1\fmodern Courier;}
2: \paperw11780
3: \paperh10200
4: \margl120
5: \margr120
6: {\colortbl\red0\green0\blue0;}
7: \pard\tx1140\tx2300\tx3440\tx4600\tx5760\tx6900\tx8060\tx9200\tx10360\tx11520\f0\b0\i0\ul0\fs36\fi-20\li20 ScrollViews
8: \b\fs24 \
9: \
10:
11: \b0\fi0\li0
12: \pard\tx1040\tx2100\tx3160\tx4220\tx5280\tx6320\tx7380\tx8440\tx9500\tx10560\fc0 ScrollViews were designed to scroll documents. Documents by their very nature are unbounded and will always have the potential of being larger than the largest window on the largest screen ever made, and most graphic user interfaces support some sort of scrolling behavior so that a large document can be viewed in a small screen space. \
13: \
14: However, because of the general and powerful heirarchy of the AppKit View architecture, Controls such as Buttons and Sliders can certainly work inside of a ScrollView. This was a design goal, not for user interface reasons, but to prove the generality and flexibility of the design. \
15: \
16: However, there is more to this issue than showing off the power of our View architecture. As far as our visual metaphor goes, three-dimensional objects are used to imply concreteness. To allow them to scroll around inside a ScrollView diminishes the power of the effect we are trying to achieve.
17: \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600
18: \pard\tx1040\tx2100\tx3160\tx4220\tx5280\tx6320\tx7380\tx8440\tx9500\tx10560\fc0 Controls are usually put on panels; a well-designed panel is compact and uncluttered. Putting controls in a ScrollView is one way to allow panels to become large and monolithic.
19: \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600 Packing controls in ScrollViews shouldn't substitute for simpler panels of well-organized, easily-available controls.
20: \pard\tx1040\tx2100\tx3160\tx4220\tx5280\tx6320\tx7380\tx8440\tx9500\tx10560\fc0 In general, using ScrollViews to present a large panel in a small area is a bad idea. All controls for a panel should be visible when they can be effective. Inspector Panels get around this by having modes.
21: \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600 Seeing controls in ScrollViews should be a flag to review the UI choices made. Consider substituting an Inspector-like interface, with context sensitive behavior, perhaps at the cost of a mode.
22: \pard\tx1040\tx2100\tx3160\tx4220\tx5280\tx6320\tx7380\tx8440\tx9500\tx10560 \
23:
24: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.