From 222031ecc58789b003ff9cc3f6ab9625b58994eb Mon Sep 17 00:00:00 2001 From: Robert McRackan Date: Sun, 14 Aug 2022 11:12:52 -0400 Subject: [PATCH] avalonia ui: add new setting --- Source/_AvaloniaUI Primer.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Source/_AvaloniaUI Primer.txt b/Source/_AvaloniaUI Primer.txt index a65c69f5..5dcb3a85 100644 --- a/Source/_AvaloniaUI Primer.txt +++ b/Source/_AvaloniaUI Primer.txt @@ -102,3 +102,13 @@ Binding ItemsControl to a List is fine for a static display, but if you want cha For an example of binding ItemsControl.Items to an ObservableCollection, see LibationAvalonia.Dialogs.EditQuickFilters. + +Putting the above into practice +=============================== + +See [ https://github.com/rmcrackan/Libation/pull/356 ] which added a new setting. This setting is a bool which required: + +* checkbox +* description +* OS-specific visibility +* form height increase \ No newline at end of file