|
375 | 375 | <ComboBox |
376 | 376 | wd:ElementHelper.Watermark="ComboBox" |
377 | 377 | Background="LightYellow" |
| 378 | + FontSize="20" |
378 | 379 | Foreground="Black"> |
379 | 380 | <ComboBoxItem>Option 1</ComboBoxItem> |
380 | 381 | <ComboBoxItem>Option 2</ComboBoxItem> |
|
425 | 426 | <CalendarDateRange End="2023-04-07" Start="2023-03-31" /> |
426 | 427 | </DatePicker.BlackoutDates> |
427 | 428 | </DatePicker> |
428 | | - <DatePicker Margin="10,0" wd:DatePickerHelper.IsMonthYear="True"/> |
| 429 | + <DatePicker Margin="10,0" wd:DatePickerHelper.IsMonthYear="True" /> |
429 | 430 | </UniformGrid> |
430 | 431 |
|
431 | 432 | <TextBlock |
|
497 | 498 | Margin="0,20,0,0" |
498 | 499 | FontSize="20" |
499 | 500 | Text="DataGrid" /> |
500 | | - <TabControl Height="200" Margin="0,10"> |
| 501 | + <TabControl |
| 502 | + Height="200" |
| 503 | + Margin="0,10" |
| 504 | + FontSize="20"> |
501 | 505 | <TabItem |
502 | 506 | Height="38" |
503 | 507 | Padding="20,0" |
504 | 508 | Header="Mode 1"> |
505 | 509 | <DataGrid |
506 | 510 | wd:ElementHelper.CornerRadius="3" |
507 | 511 | AutoGenerateColumns="False" |
508 | | - HeadersVisibility="All" |
509 | 512 | FontSize="20" |
| 513 | + HeadersVisibility="All" |
510 | 514 | ItemsSource="{Binding UserCollection, RelativeSource={RelativeSource AncestorType=UserControl}}" |
511 | 515 | RowHeaderWidth="40"> |
512 | 516 | <DataGrid.RowHeaderTemplate> |
|
618 | 622 | <ListBox |
619 | 623 | wd:ElementHelper.CornerRadius="3" |
620 | 624 | DisplayMemberPath="Name" |
| 625 | + FontSize="20" |
621 | 626 | ItemsSource="{Binding UserCollection, RelativeSource={RelativeSource AncestorType=UserControl}}" /> |
622 | 627 | <ListBox Margin="10,0" ItemsSource="{Binding UserCollection, RelativeSource={RelativeSource AncestorType=UserControl}}"> |
623 | 628 | <ListBox.ItemTemplate> |
|
637 | 642 | FontSize="20" |
638 | 643 | Text="ListView" /> |
639 | 644 | <UniformGrid Margin="0,10" Columns="2"> |
640 | | - <ListView wd:ElementHelper.CornerRadius="3" ItemsSource="{Binding UserCollection, RelativeSource={RelativeSource AncestorType=UserControl}}"> |
| 645 | + <ListView |
| 646 | + wd:ElementHelper.CornerRadius="3" |
| 647 | + FontSize="20" |
| 648 | + ItemsSource="{Binding UserCollection, RelativeSource={RelativeSource AncestorType=UserControl}}"> |
641 | 649 | <ListView.View> |
642 | 650 | <GridView> |
643 | 651 | <GridViewColumn DisplayMemberBinding="{Binding Date}" Header="Date" /> |
|
674 | 682 | Height="400" |
675 | 683 | Margin="0,10" |
676 | 684 | Columns="2"> |
677 | | - <TreeView wd:ElementHelper.CornerRadius="3" ItemsSource="{Binding UserCollection, RelativeSource={RelativeSource AncestorType=UserControl}}"> |
| 685 | + <TreeView |
| 686 | + wd:ElementHelper.CornerRadius="3" |
| 687 | + FontSize="20" |
| 688 | + ItemsSource="{Binding UserCollection, RelativeSource={RelativeSource AncestorType=UserControl}}"> |
678 | 689 | <TreeView.ItemTemplate> |
679 | 690 | <HierarchicalDataTemplate ItemsSource="{Binding Children}"> |
680 | 691 | <Border> |
|
0 commit comments