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" wrote: >> >> I

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" wrote: > I just ran into the need for this also, and noticed the listview does not > offer a scroll() metho... Listview items have an "EnsureVisible"

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" wrote: > > I am trying to use a listview to p

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" wrote: I am trying to use a listview to provide a displa

[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 b