Answer Posted / s
DataGridTableStyle Dts1=new DataGridTableStyle();
datagrid1.TableStyles.Add(Dts1);
Dts1.GridColumnStyles[0].Width=0;
Dts1.GridColumnStyles[1].Width=390;
Dts1.GridColumnStyles[1].HeaderText="Title";
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How many navigational features are provided by visual studio.net ide?
Which event occurs when a user drags an item in a treeview or listview control?
How insert record in the database?
What is the full form of gac?
Suppose I am implementing one windows form. I am inserting some values into ms access. In that table 5 columns there. But I want to insert three columns only. When I am clicking another button then other two values also insert into that table?
Explain how to net forms the windows?
What are the advantages of form?
Explain how to add resources during runtime?
Can you create a tabletype of recordset in Jet - connected ODBC dbengine?
What is a windows form application?
Where to use new keyword other than create instance?
How many types of dialog boxes windows provides?
What is the use of play() playlooping() functions?
What is a fillable form?
What is the difference between desktop application and windows application?