We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On the form I added System.Windows.Forms.ContextMenuStrip
System.Windows.Forms.ContextMenuStrip
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.item1ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.item2ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.item1ToolStripMenuItem, this.item2ToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(108, 48); // // item1ToolStripMenuItem // this.item1ToolStripMenuItem.Name = "item1ToolStripMenuItem"; this.item1ToolStripMenuItem.Size = new System.Drawing.Size(107, 22); this.item1ToolStripMenuItem.Text = "Item 1"; // // item2ToolStripMenuItem // this.item2ToolStripMenuItem.Name = "item2ToolStripMenuItem"; this.item2ToolStripMenuItem.Size = new System.Drawing.Size(107, 22); this.item2ToolStripMenuItem.Text = "Item 2";
ContextMenuStrip not scales:
What need to do to context menu scales?
P.S. In this case System.Windows.Forms.MainMenu scales perfectly Microsoft Windows [Version 10.0.16299.192] .Net Framework 4.7
System.Windows.Forms.MainMenu
The text was updated successfully, but these errors were encountered:
toolStrip does not scale too.
Sorry, something went wrong.
No branches or pull requests
On the form I added
System.Windows.Forms.ContextMenuStrip
ContextMenuStrip not scales:
What need to do to context menu scales?
P.S. In this case
System.Windows.Forms.MainMenu
scales perfectlyMicrosoft Windows [Version 10.0.16299.192]
.Net Framework 4.7
The text was updated successfully, but these errors were encountered: