wip: more properties.

This commit is contained in:
rabbitism
2024-02-18 14:19:13 +08:00
parent a574fb76b4
commit 14c7e6b21f
6 changed files with 120 additions and 18 deletions

View File

@@ -5,7 +5,9 @@
<ControlTheme x:Key="{x:Type u:Form}" TargetType="u:Form">
<Setter Property="Template">
<ControlTemplate TargetType="u:Form">
<ItemsPresenter ItemsPanel="{TemplateBinding ItemsPanel}"></ItemsPresenter>
<DataValidationErrors>
<ItemsPresenter ItemsPanel="{TemplateBinding ItemsPanel}"></ItemsPresenter>
</DataValidationErrors>
</ControlTemplate>
</Setter>
</ControlTheme>