From c7c8d7f4ecf6edb64a1a65d580c3ba1cddb370ad Mon Sep 17 00:00:00 2001 From: Rich Date: Thu, 25 Feb 2016 19:44:07 +0000 Subject: [PATCH] Set the Annotation Scrollbar on and fit the annotation window to the space available. --- PROMS/Volian.Controls.Library/AnnotationDetails.Designer.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PROMS/Volian.Controls.Library/AnnotationDetails.Designer.cs b/PROMS/Volian.Controls.Library/AnnotationDetails.Designer.cs index f4d893aa..82149243 100644 --- a/PROMS/Volian.Controls.Library/AnnotationDetails.Designer.cs +++ b/PROMS/Volian.Controls.Library/AnnotationDetails.Designer.cs @@ -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