Hi there, I have a question about the datagridview.
I use datagrid view often in my application and when I load multiple rows from the DB into the datagridview it works as I would like it. Each row contains a record and each column a datafield.
I also have forms where I have one (1) row in the datagrid view. In that case I would like to change the orientation. So each row contains a datafield and the column contains the record.
Is this easy possible with a property/feature/etc?
Thanks