2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
SizeIf the ToolStripProgressBar item’s AutoSize property is true, it should set the item’s size to the result from the item.GetPreferredSize. Change the AutoSize property to false and change the height of ToolStripProgressBar through Size property. C# this.toolStripProgressBar2.AutoSize = false; this.toolStripProgressBar2.Size = new System.Drawing.Size(100, 15);
VB Me.toolStripProgressBar2.AutoSize = False Me.toolStripProgressBar2.Size = New System.Drawing.Size(100, 15)
|
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.