mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-09 02:36:35 +08:00
Mind Editoe
This commit is contained in:
@@ -16,10 +16,14 @@
|
||||
</UserControl.Resources>
|
||||
<Grid>
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition />
|
||||
<RowDefinition Height="Auto"/>
|
||||
<RowDefinition/>
|
||||
</Grid.RowDefinitions>
|
||||
<Grid>
|
||||
|
||||
<dd:MindEditor Data="{Binding Data}"
|
||||
GetDataFunc="{Binding GetDataFunc,Mode=OneWayToSource}">
|
||||
</dd:MindEditor>
|
||||
<Grid Grid.Row="1">
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition/>
|
||||
<ColumnDefinition Width="Auto"/>
|
||||
@@ -40,10 +44,6 @@
|
||||
Height="50"/>
|
||||
|
||||
</Grid>
|
||||
<dd:MindEditor Grid.Row="1" Data="{Binding Data}"
|
||||
GetDataFunc="{Binding GetDataFunc,Mode=OneWayToSource}">
|
||||
</dd:MindEditor>
|
||||
|
||||
<controls:TitleControl Grid.RowSpan="2"/>
|
||||
</Grid>
|
||||
</UserControl>
|
||||
|
||||
Reference in New Issue
Block a user