|
@@ -6,13 +6,12 @@
|
|
xmlns:fw="http://schemas.FWind/xaml"
|
|
xmlns:fw="http://schemas.FWind/xaml"
|
|
xmlns:wpf="clr-namespace:FWindSoft.Wpf;assembly=FWindSoft.Wpf"
|
|
xmlns:wpf="clr-namespace:FWindSoft.Wpf;assembly=FWindSoft.Wpf"
|
|
xmlns:uc="clr-namespace:Com.FirmLib.UI.Common"
|
|
xmlns:uc="clr-namespace:Com.FirmLib.UI.Common"
|
|
- xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity"
|
|
|
|
- xmlns:behaviors="clr-namespace:FWindSoft.Wpf.Behaviors;assembly=FWindSoft.Wpf"
|
|
|
|
|
|
+
|
|
xmlns:ui="clr-namespace:Com.FirmLib.UI"
|
|
xmlns:ui="clr-namespace:Com.FirmLib.UI"
|
|
xmlns:maintainer="clr-namespace:Com.FirmLib.UI.Maintainer"
|
|
xmlns:maintainer="clr-namespace:Com.FirmLib.UI.Maintainer"
|
|
mc:Ignorable="d"
|
|
mc:Ignorable="d"
|
|
d:DesignHeight="300" d:DesignWidth="500" Name="this" Height="{Binding Height,RelativeSource={RelativeSource Mode=FindAncestor,AncestorType=UIElement}}"
|
|
d:DesignHeight="300" d:DesignWidth="500" Name="this" Height="{Binding Height,RelativeSource={RelativeSource Mode=FindAncestor,AncestorType=UIElement}}"
|
|
- Width="{Binding Width,RelativeSource={RelativeSource Mode=FindAncestor,AncestorType=UIElement}}">
|
|
|
|
|
|
+ Width="{Binding ActualWidth,RelativeSource={RelativeSource Mode=FindAncestor,AncestorType=ScrollContentPresenter}}">
|
|
<fw:NChildWindow.Resources>
|
|
<fw:NChildWindow.Resources>
|
|
<wpf:BindingProxy x:Key="DATA" Data="{Binding}"></wpf:BindingProxy>
|
|
<wpf:BindingProxy x:Key="DATA" Data="{Binding}"></wpf:BindingProxy>
|
|
</fw:NChildWindow.Resources>
|
|
</fw:NChildWindow.Resources>
|