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
What is the advantage of a form?
Name the method that has to be overridden to change the appearance of the control that is inherited from an existing control.
What is dynamic linking?
What is a windows forms application?
How insert record in the database?
how see report periviwe
What is an example of form?
Which window allows viewing the resources of the servers, such as services, processes and the event log?
Which dialog box allows users to switch to another area of the application?
Explain how insert record in the database?
Where is system windows forms dll?
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?
What is form technology?
What are the three states set in a checkstate property?