summaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'doc.go')
-rw-r--r--doc.go13
1 files changed, 11 insertions, 2 deletions
diff --git a/doc.go b/doc.go
index 00c4d14..b51bcc2 100644
--- a/doc.go
+++ b/doc.go
@@ -68,9 +68,18 @@ Package ui does not close these channels, nor does it send multiple values on th
Scrollbars
-[TODO]
+The following Controls have scrolling support built in:
-The result of resizing the window such that the scrollbars consider themselves too small is implementation-defined.
+ Listbox *
+ Area
+
+All of the above controls have both horizontal and vertical scrollbars.
+These scrollbars hide themselves when not needed.
+
+[FUTURE DISCUSSIONS: scrolling programmatically, MouseEvent/KeyEvent scroll overrides]
+[FUTURE PLAN: Controls that are not marked with a * in the above list can have their scrollbars disabled completely in code.]
+
+The result of resizing the window such that the scrollbars consider themselves too small is implementation-defined.
*/
package ui