Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
5
Answers
Resizing column...
Israel
10y
607
1
Reply
Hello to all!
I have a table with two columns (column1 and column2). I want to resize each column with his own size. Then I try to write this line of code but its resize all the columns. Please solve it fo me. Thanx!
private void dgvpeople_ColumnAdded(object sender, DataGridViewColumnEventArgs e)
{
e.Column.Width = 30;
}
Post
Reset
Cancel
Answers (
5
)
Next Recommended Forum
alter xml elements and attributes
I Want To Fill a DropdownList using Store Procedure