I have a DataGridView control set up so that I can only select a single, entire row at a time. When I click on the grid, the row I click on is highlighted and the row header of that row displays an arrow. However, if I set the DataGridViewRow.Selected property to True in code, the ...
iam working in a windows application (Framework 2.0, VS 2005). Iam have one MDI form and so many child forms in my appln. When I maximize one child window in the MDI, all other child windows
I have a custom control with a ToolStrip in it. When I tell the control to Dock Top, it doesn't resize on the form. If I close and then reopen the form it is fine. private void CustomControl_Load(object sender, EventArgs e)