scvMe.AddView(lblMe, _
0, _
0, _
scvMe.ScrollViewContentWidth, _
scvMe.ScrollViewContentHeight)
Dim MeText As String
MeText = "I am an artist and printmaker who specialises in pet portraits. " & CRLF & _
"So I can produce a beautiful painting of your furry friend(s) for a very reasonable price. " & CRLF & _
"I also accept commissions to do pictures of landscapes and buildings. " & CRLF & CRLF & _
"I also design and deliver in person painting courses. " & CRLF & _
"The steps of a painting course entitled 'Acrylic Painting using Painting Knives' are shown below." & CRLF & _
"My web site is https://jessicaroseartist.co.uk/"
lblMe.Text = MeText
Dim ht As Float
ht = StrUtil.MeasureMultilineTextHeight(lblMe, MeText)
scvMe.ScrollViewContentHeight = ht
lblMe.Height = ht
scvMe.ScrollViewOffsetY = 0