diverses
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user