LongTextTemplate.Text = $"B4X is a great development tool, Manfred is instrumental in making it better."$
Dim e As B4XView=LongTextTemplate.CustomListView1.DesignerLabel
Dim f As B4XFont =XUI.CreateDefaultBoldFont(28)
e.Font = f
Dim rs As Object = Dialog.ShowTemplate(LongTextTemplate, "", "", "Cancel")
e.SetTextAlignment("TOP", "RIGHT")
Wait For (rs) Complete (Result As Int)