avalonia ui: add new setting

This commit is contained in:
Robert McRackan 2022-08-14 11:12:52 -04:00
parent dda8f5a974
commit 222031ecc5

View File

@ -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<T>, 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