[ListView] allow the source to be null, so that it can be easily set later, fixes #111

This commit is contained in:
miguel
2018-07-18 22:26:00 -04:00
parent ae7e5333a1
commit dd9b17c495
2 changed files with 27 additions and 12 deletions

1
Example/demo.cs Normal file → Executable file
View 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")
);
}