Results 1 to 6 of 6

Thread: Best way going about adding items to a ListBox

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2003
    Location
    Las Vegas, NV
    Posts
    45

    Best way going about adding items to a ListBox

    Right now as you can see I just have a label above the ListBox, but I think I am going to have a problem lining everything up correctly. Is there a better way to do headers for the ListBox?

    TIA


  2. #2

  3. #3
    Fanatic Member laserman's Avatar
    Join Date
    Jan 2002
    Location
    Wales U.K
    Posts
    775
    What about a textbox and space between .
    Just a quick thought if its only headings you want.

  4. #4
    PowerPoster Arc's Avatar
    Join Date
    Sep 2000
    Location
    Under my rock
    Posts
    2,336
    You need to use a ListView instead... It has headers that line up with the text entered... your list is going to be all funky and out of line the way you have ti now using a regular list box.
    -We have enough youth. How about a fountain of "Smart"?
    -If you can read this, thank a teacher....and since it's in English, thank a soldier.


  5. #5
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431
    Originally posted by Arc
    You need to use a ListView instead... It has headers that line up with the text entered... your list is going to be all funky and out of line the way you have ti now using a regular list box.
    Rick LV: I definately agree with Arc. I thought you were talking about the Shift and Dependents listboxes and not the Shift - ID - Last Name - etc one.

  6. #6

    Thread Starter
    Member
    Join Date
    Jan 2003
    Location
    Las Vegas, NV
    Posts
    45
    Originally posted by Arc
    You need to use a ListView instead... It has headers that line up with the text entered... your list is going to be all funky and out of line the way you have ti now using a regular list box.
    Thanks. I'll be back if I encounter any other problems.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width