Hiya

Basically what i'm planning to do is create a 'custom' listview control that behaves like a very basic grid.

I.e. i can specify a cell reference (row, col) with something like

VB Code:
  1. me.listgridview.CellValue(1, 2) = strValue

OR i can specify the font of the cell etc...

Basically this is just manipulation of the listitems and subitems. At the moment i am just using a listview within my project and manipulate the list/subitems as i go along, so i've got the basic code.

Problem is i haven't a clue about how to setup a user control in vb.net

Is this a "inherited user control" or just a "user control"? the terminology has confused me a bit!

could anyone give me some advice about how to set up a "inherited user control" or a "user control"

cheers