diff --git a/Terminal.Gui/Views/ListView.cs b/Terminal.Gui/Views/ListView.cs index 930b6a517..19e8605fb 100644 --- a/Terminal.Gui/Views/ListView.cs +++ b/Terminal.Gui/Views/ListView.cs @@ -191,7 +191,7 @@ namespace Terminal.Gui { } /// - /// If set to more than one item can be selected. If selecting + /// If set to more than one item can be selected. If selecting /// an item will cause all others to be un-selected. The default is . /// public bool AllowsMultipleSelection { @@ -206,6 +206,7 @@ namespace Terminal.Gui { } } } + SetNeedsDisplay (); } }