|
-
Apr 19th, 2000, 06:05 PM
#1
Thread Starter
Hyperactive Member
I'm still playing with listboxes . . .
Is there a control (list whatever) that has multiple columns? I envisage the app I'm writing having one to allow me to display files that meet certain criteria, with all their attributes.
Matt
-
Apr 19th, 2000, 07:02 PM
#2
Fanatic Member
Just a thought but what about using a ListView?
-
Apr 19th, 2000, 07:13 PM
#3
PowerPoster
I have the same problem and I can't use a listview because you can only edit the first column there... AFAIK
-
Apr 19th, 2000, 07:25 PM
#4
Frenzied Member
When I did my first year A-Level Computing project, I just used the space() function to space out the fields. I used a fixed pitch font like Courier and just made the columns myself. I think you can also do it with tab characters.
[Edited by HarryW on 04-20-2000 at 03:50 PM]
Harry.
"From one thing, know ten thousand things."
-
Apr 19th, 2000, 07:25 PM
#5
Fanatic Member
Couldn't you use the MouseMove/MouseDown events of the ListView in conjunction with the SelectedItem property to determine which SubItem your mouse is over, and make a textbox appear above it to enter text into, from which you could update the ListView?
-
Apr 19th, 2000, 09:34 PM
#6
Addicted Member
Why not just use FlexGrid?
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
|