How do I create a simple table? DataGrid seems very complicated



I'm relatively new to Windows Forms, so I haven't figured out how to
do certain things yet. I come from the Java world with Swing and
SWT. I am trying to create a simple table that is used to configure
some hardware. At this point I just want to get something built read-
only. What I really want is something that looks like the standard
windows file manager in details mode.

From what I can tell, the DataGrid control is what I should be using,
is that right? I've looked at some tutorials and it looks incredibly
complicated. In SWT you had a Table, TableColumns, and TableItems and
you just built the table as you wanted. In .NET there are DataTables,
data binding, links to other tables and all kinds of stuff. Is there
not an interface to just deal with columns and cells? Also, every
screenshot I've seen looks like some ugly table from Windows 3.1, how
do I get something that looks like the tables used in the Windows file
manager?

Does anyone have any suggestions or do I just need to tough it out and
read through tutorials and documentation to figure out how these
DataGrids work?
.



Relevant Pages

  • Re: Neuer VB Compiler
    ... nach Neukompilation unter verschiedenen der verbreiteten Betriebssystemarten (wie zB Windwos und Linux) laufen lassen zu können. ... Das SWT muß jeweils plattformspezifisch erstellt werden. ... SWT verwendet die nativen Widgets der jeweiligen Plattform (also zB das EditControl unter Windows etc). ...
    (microsoft.public.de.vb)
  • Re: Drawing to the primary surface (screen) in Java
    ... You can do this with SWT at least on ... Simply create a GC on the current display object. ... Since w2k, Windows supports translucent windows. ...
    (comp.lang.java.gui)
  • Re: Drawing to the primary surface (screen) in Java
    ... Looked at SWT from eclise.org. ... for experimentation. ... > that the underlying app that gets over-painted doesn't know about this. ... > Since w2k, Windows supports translucent windows. ...
    (comp.lang.java.gui)
  • Re: =?ISO-8859-1?Q?Stabilit=E4t_von_GCJ=3F?=
    ... Probleme mit einkompilierten Ressourcen. ... Windowsvariante. ... Ich habe mal aus Spass die GTK-Version von SWT nach Windows portiert, bin aber zu was stabilen gekommen. ...
    (de.comp.lang.java)
  • Re: [Eclipse][FYI] draft 3.2 plan
    ... >>>Ansonsten ist vieles noch wage, aber SWT soll ausgebaut werden, damit ... >>>auch neue Entwicklungen bei Windows (Stichwort Vista) und anderswo ... "Neue Entwicklungen bei Windows berücksichtgen" hatte mich eher Glauben ... Next by Date: ...
    (de.comp.lang.java)

Loading