#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 13 Dec 2019 19:14:38 +0100
changeset 6755 e57e71d8231b
parent 6754 5a3dd7334670
child 6756 8dfdd5d43579
#DOCUMENTATION by cg class: ListView class comment/format in: #documentation
ListView.st
--- a/ListView.st	Thu Dec 12 15:25:14 2019 +0100
+++ b/ListView.st	Fri Dec 13 19:14:38 2019 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
@@ -131,7 +129,7 @@
     ------------
     because ListView was written at a time when most of the graphics was done via remote connections
     (X-window network protocol), it is highly tuned to avoid redraw operations. Thus, it can be used
-    happily over a slow WLAN (say: 64kBit connection).
+    happily over a slow Wide area LAN (say: 64kBit connection).
     In that, it performed *much* better than other widgets, especialy Java and Qt, some of which are
     hardly usable via the network.
     It may be questionable whether this is still a requirement these days, where network connections
@@ -152,6 +150,8 @@
     (as happened in the past). ListView shall always be configurable to only access
     a minimum subset of the line collection (i.e. only the currently visible page),
     by customizing the tab-expansion, line-end and widthOfContents behavior.
+    In that case, the max lineWidth (which is used by the h-scroller computation) should be
+    adapted dynamically.
 
     [Instance variables:]