<Newbie> DataGridView control

  • Thread starter Thread starter Ray
  • Start date Start date
R

Ray

Hi,

I attempted to post this previously but am not sure what happened so
here goes again.

I am new to C# programming and am looking at developing GUI's, as a
mini project i want to be able to list say a bunch of filenames along
with filesize in a table. I am wondering if the DataGridView control
is the right way to go about this or if this is overkill?
Any feedback would be appreciated.

R,
 
Your previous post still exists, 6 threads down if you use a GUI.

Anyways, I mentioned previously that I think using a DataGridView is
overkill. If you just want to display file names and sizes you could
accomplish this using a listbox with 2 columns (simplest way). But that again
depends on if you really want to use a table or just want to display some
data. Ignacio suggested that you use a DataGridView which is also nice. There
are a couple of ways of doing this so it all depends on what you are looking
for.

Adrian.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top