> Question: > > 1) Can it ever be the case that sizeToHeight != (! scrolling) ? I.e., do > you really need another flag? > > You can instantiate a fixed height inputtext field that does not have scroll events enabled.
It happens that text entry works in this situation even if you overflow the height, you can scroll the text by holding the mouse down and dragging up or down. So I'm assuming there are people's apps that have multiline fixed-height input fields and don't use the Laszlo scroll events, but just rely on the default platform behavior. So I don't want to say that scrolling (scrollevents) being off always implies that the field is autosizing.
