[Gambas-user] scroll to bottom

2009-06-10 Thread Pete Morrison
I am trying to use a listview to provide a display of progress messages such that the newest should be visible at the bottom - ie scroll up as new message are added. Have tried .MoveLast .Refresh as i add items - does nothing visible. Of course the scroll bar can be manually moved by the user

Re: [Gambas-user] scroll to bottom

2009-06-10 Thread M0E Lnx
I just ran into the need for this also, and noticed the listview does not offer a scroll() method. In my case I need to scroll it back to 0,0 the very top. Anyone got any idea how to get this done? On Jun 10, 2009 2:10 PM, Pete Morrison pkmorri...@gmail.com wrote: I am trying to use a listview

Re: [Gambas-user] scroll to bottom

2009-06-10 Thread Benoît Minisini
I just ran into the need for this also, and noticed the listview does not offer a scroll() method. In my case I need to scroll it back to 0,0 the very top. Anyone got any idea how to get this done? On Jun 10, 2009 2:10 PM, Pete Morrison pkmorri...@gmail.com wrote: I am trying to use a

Re: [Gambas-user] scroll to bottom

2009-06-10 Thread M0E Lnx
Whoops... mine isn't a listview, but rather a listbox. Anything I can do to get the same results here? On Jun 10, 2009 2:20 PM, Benoît Minisini gam...@users.sourceforge.net wrote: I just ran into the need for this also, and noticed the listview does not offer a scroll() metho... Listview

Re: [Gambas-user] scroll to bottom

2009-06-10 Thread Peter Morrison
Benoît Minisini wrote: I just ran into the need for this also, and noticed the listview does not offer a scroll() method. In my case I need to scroll it back to 0,0 the very top. Anyone got any idea how to get this done? On Jun 10, 2009 2:10 PM, Pete Morrison pkmorri...@gmail.com wrote: I