This commit is contained in:
Christian
2017-11-17 22:24:00 +01:00
parent 15dae506c0
commit 75a6bb6284
77 changed files with 7543 additions and 2961 deletions

View File

@@ -10,12 +10,11 @@
<Grid>
<Grid.RowDefinitions>
<RowDefinition />
<RowDefinition />
</Grid.RowDefinitions>
<StackPanel Grid.Row="0" x:Name="ComboBox_TreeView_Imitation" Orientation="Horizontal" Margin="3">
<StackPanel Grid.Row="0" x:Name="ComboBox_TreeView_Imitation" Orientation="Horizontal" Margin="0">
<Button Content="Textbausteine" Click="OpenPopUpBtnClick" Name="OpenPopUpBtn" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" />
</StackPanel>
<Popup Grid.Row="1" x:Name="TreeViewPopup" AllowsTransparency="True" Width="400"
<Popup Grid.Row="0" x:Name="TreeViewPopup" AllowsTransparency="True" Width="400"
IsOpen="False" StaysOpen="False" PopupAnimation="Slide">
<Border BorderBrush="Black" BorderThickness="2" Background="{StaticResource TextModuleBrush}">
<Grid>
@@ -50,7 +49,7 @@
<ControlTemplate>
<TextBlock Text="{Binding Path=DataContext.RowData.Row.Name, Mode=OneWay, RelativeSource={RelativeSource TemplatedParent}}"
FontWeight="{Binding Path=DataContext.RowData.Row.FontWeight, RelativeSource={RelativeSource TemplatedParent}}"
VerticalAlignment="Center" Margin="3,0,0,0" PreviewMouseLeftButtonDown="TreeListControl_OnPreviewMouseLeftButtonDown" />
VerticalAlignment="Center" Margin="3,0,0,0" Padding="0" PreviewMouseLeftButtonDown="TreeListControl_OnPreviewMouseLeftButtonDown" />
</ControlTemplate>
</dxg:TreeListColumn.DisplayTemplate>
</dxg:TreeListColumn>