Set the Annotation Scrollbar on and fit the annotation window to the space available.

This commit is contained in:
Rich 2016-02-25 19:44:07 +00:00
parent 900ab24184
commit c7c8d7f4ec

View File

@ -73,6 +73,8 @@ namespace Volian.Controls.Library
this.superTooltip1.SetSuperTooltip(this.rtxbComment, new DevComponents.DotNetBar.SuperTooltipInfo("Annotation", "", "Enter the annotation information here.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
this.rtxbComment.TabIndex = 1;
this.rtxbComment.Text = "";
this.rtxbComment.Dock = System.Windows.Forms.DockStyle.Fill;
this.rtxbComment.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
this.rtxbComment.TextChanged += new System.EventHandler(this.rtxbComment_TextChanged);
//
// btnSaveAnnotation