File tree Expand file tree Collapse file tree 1 file changed +3
-22
lines changed Expand file tree Collapse file tree 1 file changed +3
-22
lines changed Original file line number Diff line number Diff line change 427
427
<Grid
428
428
x : Name =" templateRoot"
429
429
ClipToBounds =" true"
430
- KeyboardNavigation.TabNavigation=" Local"
431
430
SnapsToDevicePixels =" true" >
432
431
<Grid .ColumnDefinitions>
433
432
<ColumnDefinition
444
443
Margin =" 2,2,2,0"
445
444
Panel.ZIndex=" 1"
446
445
Background =" Transparent"
447
- IsItemsHost =" true"
448
- KeyboardNavigation.TabIndex=" 1"
446
+ IsItemsHost =" true"
449
447
LastChildFill =" False" />
450
448
<Border
451
- x : Name =" contentPanel"
452
- Grid.Row=" 0"
453
- Grid.Column=" 1"
454
- Background =" {TemplateBinding Background}"
455
- BorderBrush =" {TemplateBinding BorderBrush}"
456
- BorderThickness =" {TemplateBinding BorderThickness}"
457
- KeyboardNavigation.DirectionalNavigation=" Contained"
458
- KeyboardNavigation.TabIndex=" 2"
459
- KeyboardNavigation.TabNavigation=" Local" >
460
- <ContentPresenter
461
- x : Name =" PART_SelectedContentHost"
462
- Margin =" {TemplateBinding Padding}"
463
- ContentSource =" SelectedContent"
464
- SnapsToDevicePixels =" {TemplateBinding SnapsToDevicePixels}" />
449
+ Grid.Column=" 1" >
450
+ <ContentPresenter Grid.Column=" 1" ContentSource =" SelectedContent" />
465
451
</Border >
466
452
</Grid >
467
- <ControlTemplate .Triggers>
468
- <Trigger Property =" IsEnabled" Value =" false" >
469
- <Setter TargetName =" templateRoot" Property =" TextElement.Foreground" Value =" {DynamicResource {x:Static SystemColors.GrayTextBrushKey}}" />
470
- </Trigger >
471
- </ControlTemplate .Triggers>
472
453
</ControlTemplate >
473
454
</Setter .Value>
474
455
</Setter >
You can’t perform that action at this time.
0 commit comments