-
Topic
-
ScrollBars = fssVertical creates a couple of funky semi-functional scroll buttons below the memo control instead of creating scrollbars at the right side, using the following code snippet.
Set MemoControl1 = SigDlg.AddMemoControl
with MemoControl1
.Caption = “Memo1:”
.Text = “Here is some memo text….”
.ScrollBars = fssBoth ‘fssVertical is buggy
.CaptionPosition = afvLeft
.CaptionAlign = ftaRightJustify
.Spacing = afvManual
.WordWrap = TRUE
.SpaceAbove = 20
end with
Viewing 8 replies - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.