Re: listbox populate from bottom up?
- From: "Rick Rothstein" <rickNOSPAMnews@xxxxxxxxxxxxxxxxx>
- Date: Wed, 20 Jul 2005 21:02:30 -0400
> This is partialy what I want to do. However, I want the list to start
from
> the further most bottom point in the list box.
>
> Ascii Art follows
>
> I want the text at the very bottom so the most recent entry is at the
bottom
> of the list like this:
> ______________
> | |
> | |
> | |
> | |
> | |
> | |
> | One |
> | Two |
> | Three |
> -------------------
We can give you code that does that, but we need to know how you want to
handle the highlight bar that appears when a ListBox is clicked. I
presume we will highlight the item as it is added and that the highlight
will not be permitted in the "blank" area of the list (as there are no
items there to highlight). But what do you want to happen if the
highlight bar is not at the bottom of the list when a new item is added.
Should the item be added at the current location of the highlight bar or
should it always be added at the bottom of the list no matter where the
highlight bar is? What about deletions from the list? Will they occur at
the highlight bar or at the bottom of the list? The more information you
give us as to how you want this to function, the better able we are to
give you a solution.
Rick
.
- Follow-Ups:
- Re: listbox populate from bottom up?
- From: William Oliveri
- Re: listbox populate from bottom up?
- References:
- listbox populate from bottom up?
- From: William Oliveri
- Re: listbox populate from bottom up?
- From: Bob Butler
- Re: listbox populate from bottom up?
- From: William Oliveri
- listbox populate from bottom up?
- Prev by Date: Re: Problem with popup menus
- Next by Date: Re: Radio buttons and tabs
- Previous by thread: Re: listbox populate from bottom up?
- Next by thread: Re: listbox populate from bottom up?
- Index(es):