Just recently started to program WinForms using C# after coming from a
Delphi background. In Delphi's core VCL there was a useful component called
DrawGrid, which could be used to draw a 2D array of images on the screen. It
took care of all sorts of things such as scrollbars, and selecting with the
mouse, etc.

I can't seem to find an equivalent component in .NET. Does anyone know if
such a component exists?

Many thanks

JD

Re: .NET Array/Table of Images Component by hirf-spam-me-here

hirf-spam-me-here
Sat Jun 05 08:21:11 CDT 2004

* "JD" <nospam@toomuchspam.com> scripsit:
> Just recently started to program WinForms using C# after coming from a
> Delphi background. In Delphi's core VCL there was a useful component called
> DrawGrid, which could be used to draw a 2D array of images on the screen. It
> took care of all sorts of things such as scrollbars, and selecting with the
> mouse, etc.
>
> I can't seem to find an equivalent component in .NET. Does anyone know if
> such a component exists?

DataGrid:

<URL:http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp#q837q>

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>

Re: .NET Array/Table of Images Component by JD

JD
Sun Jun 06 06:30:35 CDT 2004

Thanks, I'll have a look at the segment you pointed me to, it looks like it
may well do what I am after. Thanks again J

"Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
news:2idvmpFm657bU1@uni-berlin.de...
> * "JD" <nospam@toomuchspam.com> scripsit:
> > Just recently started to program WinForms using C# after coming from a
> > Delphi background. In Delphi's core VCL there was a useful component
called
> > DrawGrid, which could be used to draw a 2D array of images on the
screen. It
> > took care of all sorts of things such as scrollbars, and selecting with
the
> > mouse, etc.
> >
> > I can't seem to find an equivalent component in .NET. Does anyone know
if
> > such a component exists?
>
> DataGrid:
>
> <URL:http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp#q837q>
>
> --
> Herfried K. Wagner [MVP]
> <URL:http://dotnet.mvps.org/>