整理
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<ResourceDictionary
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:controls="clr-namespace:NeumUI.Controls"
|
||||
xmlns:converters="clr-namespace:NeumUI.Converters"
|
||||
xmlns:controls="clr-namespace:NeoUI.Controls"
|
||||
xmlns:converters="clr-namespace:NeoUI.Converters"
|
||||
xmlns:internal="clr-namespace:NeoUI.Converters.Internal"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
|
||||
<Style TargetType="{x:Type controls:BreadcrumbItem}" x:Key="BreadcrumbItem">
|
||||
@@ -62,7 +63,7 @@
|
||||
|
||||
<DataTrigger Value="True">
|
||||
<DataTrigger.Binding>
|
||||
<MultiBinding Converter="{x:Static converters:IsLastItemConverter.Instance}">
|
||||
<MultiBinding Converter="{x:Static internal:IsLastItemConverter.Instance}">
|
||||
<Binding RelativeSource="{RelativeSource AncestorType=controls:Breadcrumb}" />
|
||||
<Binding RelativeSource="{RelativeSource Mode=Self}" />
|
||||
</MultiBinding>
|
||||
|
||||
Reference in New Issue
Block a user