My app is using a dataGridView with a XML file to save the style and value of the cells in each column. I added two extra columns that are set to Visible = false, when I click on "Add Column", it doesn't really ADD a column, it just sets one of the extra columns to Visible = true, so I want my app to save that setting(visibility of the columns) so when I re-open the app, the hidden columns I left are still no visible. If I wasn't clear please tell me and I'll try to clarify it.
No comments:
Post a Comment