TestItemView.xaml 216 B

123456
  1. <UserControl xmlns="https://github.com/avaloniaui">
  2. <StackPanel>
  3. <TextBlock Classes="h1" Text="{Binding StringValue}"/>
  4. <TextBox Text="{Binding Detail}" AcceptsReturn="True"/>
  5. </StackPanel>
  6. </UserControl>