I have not found any way to construct a multiple line scrolling box that works like an HTML SELECT with size > 0, like this code:
Resulting in this:Code:<select size="5"> <option value="foo">foo</option> <option value="bar">bar</option> <option value="blech">blech</option> </select>
A grid does not work, because I don't want any headers or gridlines or resizing, etc.
![]()