|
-
Feb 18th, 2010, 07:17 AM
#1
Thread Starter
Addicted Member
Not sure what to use for view output
What should I use and how to use something that functions like a label box but can handle several columns and columns? Something that looks like this.
Code:
----------------------------------------------
|Name |Age |Birthday |
| a | f | k |
| b | g | l |
| c | h | m |
| d | i | n |
| e | j | o |
----------------------------------------------
Name | Age | Birthday are headers and the letters are variables
-
Feb 18th, 2010, 07:20 AM
#2
Re: Not sure what to use for view output
Hmmm... several columns AND columns? That's a tricky one. But seriously, don't use a Label. If you have tabular data then use a control that's made to display tabular data, i.e. a ListView or DataGridView.
-
Feb 18th, 2010, 07:26 AM
#3
Thread Starter
Addicted Member
Re: Not sure what to use for view output
Yeah. I know I can't use Label for this. I tried to google listview but I can't find any guide for beginners.
-
Feb 18th, 2010, 07:40 AM
#4
Re: Not sure what to use for view output
Or Multiple Label controls inside the Table Layout Panel Control
Please mark you thread resolved using the Thread Tools as shown
-
Feb 18th, 2010, 07:44 AM
#5
Re: Not sure what to use for view output
Please mark you thread resolved using the Thread Tools as shown
-
Feb 18th, 2010, 07:48 AM
#6
Thread Starter
Addicted Member
Re: Not sure what to use for view output
I'll try it out later. thanks
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
|