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
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"
> 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
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
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