+ Text = "Virtual Demo View Text. This is long text.\nThe second line.\n3\n4\n5th line\nLine 6. This is a longer line that should wrap automatically.";
+ CanFocus = true;
+ BorderStyle = LineStyle.Rounded;
+ Arrangement = ViewArrangement.Fixed;
+
+ // TODO: Add a way to set the scroll settings in the Scenario
+ Text = "This label is long. It should clip to the Viewport (but not ContentArea). This is a virtual scrolling demo. Use the arrow keys and/or mouse wheel to scroll the content.",
+ };
+ label2.TextFormatter.WordWrap = true;
+ view.Add (label2);
+
+ var editor = new Adornments.AdornmentsEditor
+ {
+ Title = $"{Application.QuitKey} to Quit - Scenario: {GetName ()}",