|
-
Feb 26th, 2003, 04:36 PM
#1
Thread Starter
Member
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
-
Feb 26th, 2003, 04:52 PM
#2
What are your concerns? It looks pretty good to me. BTW your Male/Female check boxes should probably be a pair of radio buttons instead.
-
Feb 26th, 2003, 04:55 PM
#3
Fanatic Member
What about a textbox and space between .
Just a quick thought if its only headings you want.
-
Feb 26th, 2003, 05:05 PM
#4
PowerPoster
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.

-
Feb 26th, 2003, 05:19 PM
#5
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.
-
Feb 26th, 2003, 06:57 PM
#6
Thread Starter
Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|