Re: Scroll to include slected item

2004-01-13 Thread David E. Hollingsworth
The max min window values describe how much border to put between the the point the edge of the visible region. What is needed here is a way to request that a rectangle be scrolled into view, instead of a point. Surge doesn't provide this right now, so you have to use multiple requests.

Re: Scroll to include slected item

2004-01-12 Thread Doug McCrae
- From: Friedger [EMAIL PROTECTED] To: Curlbreaker-l [EMAIL PROTECTED] Sent: Saturday, January 10, 2004 6:21 PM Subject: Scroll to include slected item How can I scroll programmatically to include the first selected item of a listbox? I move a selected item up and down using buttons and would

Scroll to include slected item

2004-01-11 Thread Friedger
How can I scroll programmatically to include the first selected item of a listbox? I move a selected item up and down using buttons and would like to keep the item in the view of the user. Any hints? Do I have to write my own UI? Friedger {value let lb = {ListBox height = 14pt,