Unfortunately Google groups do not allow me to insert an image. Plain text is the only way I can make my request.
I cannot chnage the orientation of the table because the real data may contain description that may be 100 character or more and I cannot restict the user from entering the number of items (rows). The table can grow bigger. I am looking at Template columns if that is possible in windows form application. I am looking into DataGridTableStyle. On Jul 21, 4:00 pm, Mike Fry <[email protected]> wrote: > On 2010/07/21 19:11, R wrote: > > > > > Here is a simple example of what the table should look like: > > > Description | 2005 | 2006 | 2007 > > --------------------------------------------------------------------- > > Survey | |_| | |_| | | > > _| > > Amount | 10000 | 50000 | > > > In this table, line 1, Survey is a row of checkboxes > > and line 2, Amount is a row of textboxes > > > Can we achieve that? > > Not unless you send your example in plain text and using spaces instead > of tabs. The alignment is all stuffed! > > Basically, the answer is NO! You can have a column of check boxes, but > not a row. At least, not without a great deal of owner-written code. > Rows correspond to individual records. Columns to fields within a record. > > You could change the organisation so that Survey and Amount are the > columns and the years are the rows. > > -- > Regards, > Mike Fry > Johannesburg
