add scrollbars to text box
This commit is contained in:
@@ -287,6 +287,7 @@ Public Class ClassControlCreator
|
||||
control.ReadOnly = oControlRow.Item("READ_ONLY")
|
||||
control.TabStop = Not oControlRow.Item("READ_ONLY")
|
||||
control.BackColor = IIf(oControlRow.Item("READ_ONLY"), Color.LightGray, Color.White)
|
||||
control.ScrollBars = ScrollBars.Vertical
|
||||
Else
|
||||
control.ReadOnly = True
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user