Re: listbox populate from bottom up?
- From: "William Oliveri" <wujiNoSpam@xxxxxxxxxxxxx>
- Date: Wed, 20 Jul 2005 20:02:58 -0700
Thank you for your reply Rick,
At this point, there is no interest or use for highlight bar(s). I just
want to display a history of what's being displayed in another text box. As
far as deletions go, as the list grows to the top, delete the top most entry
(which would have been the first entered) as it reached the hight of the
listbox (no vertical scroll bar)
So, no highlight bar, bottom up, bottom first entries as I mentioned below.
Thank you again,
Bill
"Rick Rothstein" <rickNOSPAMnews@xxxxxxxxxxxxxxxxx> wrote in message
news:e2Yzf$YjFHA.2444@xxxxxxxxxxxxxxxxxxxxxxx
> > 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: Rick Rothstein
- 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
- Re: listbox populate from bottom up?
- From: Rick Rothstein
- listbox populate from bottom up?
- Prev by Date: Re: Radio buttons and tabs
- Next by Date: Re: listbox populate from bottom up?
- Previous by thread: Re: listbox populate from bottom up?
- Next by thread: Re: listbox populate from bottom up?
- Index(es):
Loading