or
Ctrl-A does not select all rows.
Ctrl-C does not copy selected row contents to clipboard.
I have tried to make my own implementation of these features but I can't find something similar to the DataGridView.GetClipboardContent-method.
Also, I couldn't find a way to ovverride the "Copy"-function that exists on the context-menu. Is there an event to subscribe on?
Thanks in advance!
private
void Shell_Load(object sender, EventArgs e){
dockingManager1.SuspendLayout();
dockPanel1.Size =
new System.Drawing.Size(200, dockPanel1.Size.Height);
dockingManager1.ResumeLayout();
}
The width doesnt set and occupies half of my host screen (not good).