|
@@ -9,7 +9,8 @@
|
|
|
xmlns:dgx="urn:tom-englert.de/DataGridExtensions"
|
|
|
xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity"
|
|
|
xmlns:behaviors="clr-namespace:FWindSoft.Wpf.Behaviors;assembly=FWindSoft.Wpf"
|
|
|
- mc:Ignorable="d" d:DesignHeight="300" d:DesignWidth="500" Title="保险商名称" Name="this" Height="{Binding Height,RelativeSource={RelativeSource Mode=FindAncestor,AncestorType=UIElement}}"
|
|
|
+ mc:Ignorable="d" d:DesignHeight="300" d:DesignWidth="500" Title="保险商名称" Name="this"
|
|
|
+ Height="{Binding ActualHeight,RelativeSource={RelativeSource Mode=FindAncestor,AncestorType=ScrollContentPresenter}}"
|
|
|
Width="{Binding ActualWidth,RelativeSource={RelativeSource Mode=FindAncestor,AncestorType=ScrollContentPresenter}}" >
|
|
|
<fw:NChildWindow.Resources>
|
|
|
<wpf:BindingProxy x:Key="DATA" Data="{Binding}"></wpf:BindingProxy>
|