Windows Develop Bookmark and Share   
 index > Windows Forms Designer > Adding a html type table in a form
 

Adding a html type table in a form

How can I make a table (similar to that in a word doc or html) without using a datagrid . Well actually a datagrid would be fine but I want it to behave the same as a doc table and less like an excel grid.

Pass This is a short description
Fail This is a second description
(the borders in my table didnt show here)
Still new, but getting better. :)
Programming Pugilistically  Saturday, August 01, 2009 4:42 AM

What do you expect from that Table ? Only a table like design to put things neatly ?
may be you could use TableLayoutPanel with Cell Borders = Single ? Find it under Containers.



Thanks
-@omkarnath

Omie  Saturday, August 01, 2009 6:02 AM

What do you expect from that Table ? Only a table like design to put things neatly ?
may be you could use TableLayoutPanel with Cell Borders = Single ? Find it under Containers.



Thanks
-@omkarnath

Omie  Saturday, August 01, 2009 6:02 AM
That was it! I knew there had to be something easy.


Thank you!

Still new, but getting better. :)
Programming Pugilistically  Saturday, August 01, 2009 12:58 PM

You can use google to search for other answers

Custom Search

More Threads

• Convert LINQ resultset to Datatable in C#
• Textbox and margin
• Creating a Event handle for a DropDownItem in a MenuStrip
• A bug in MSDN sample: DesignerHost.exe
• Arguments for ExpandableObjectConverter
• VSNET 2005 FINAL release can't open a form
• Could not load file or assembly Interop.SHDocVw
• Simple designer question
• There is already a command handler for the menu command '5efc7975-14bc-11cf-9b2b-00aa00573819 : 17'
• Help w/Decision - embedded controls vs inherited forms