mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
[ListView] allow the source to be null, so that it can be easily set later, fixes #111
This commit is contained in:
1
Example/demo.cs
Normal file → Executable file
1
Example/demo.cs
Normal file → Executable file
@@ -138,6 +138,7 @@ static class Demo {
|
||||
new Button (10, 19, "Cancel"),
|
||||
progress,
|
||||
new Label (3, 22, "Press F9 (on Unix, ESC+9 is an alias) to activate the menubar")
|
||||
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user