The background is this... I have a tab control on a form which has multiple tabs. In order to get the appropriate category of Method_Titles on each tab, I have had to programmatically set up the data binding etc.. as the data comes from an Access backend. For each tab there is a SELECT statement returning the desired category. OK. So what I see is that even though my form loads/displays the correct category Method_Titles - I cannot do any formatting through Designer for the columns headers attributes - because there is no template table looking header structure of my datagridview to click on and modify size, name properties in Designer to click on.
My attempts to edit the table column headers of my datagridview only work if I am adding the column first. The columns and data display already when I run the app - but I want to modify the datagridview column properties and that cannot be easily done at run time. Since the data is displayed (not like I want), but nevertheless displayed... it doesn't seem like I should have to programmatically add each and every column in order to modify properties. It would be real nice if I could refer to and modify the column properties of what already is getting displayed.
Any code snippet or help on how to do this?
My attempts to edit the table column headers of my datagridview only work if I am adding the column first. The columns and data display already when I run the app - but I want to modify the datagridview column properties and that cannot be easily done at run time. Since the data is displayed (not like I want), but nevertheless displayed... it doesn't seem like I should have to programmatically add each and every column in order to modify properties. It would be real nice if I could refer to and modify the column properties of what already is getting displayed.
Any code snippet or help on how to do this?