File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 17
17
<Grid >
18
18
<ScrollViewer HorizontalScrollBarVisibility =" Disabled" VerticalScrollBarVisibility =" Visible" >
19
19
<StackPanel Margin =" 10" >
20
-
20
+ < TextBlock Text = " !!! WORK IN PROGRESS !!! " HorizontalAlignment = " Center " Foreground = " Red " />
21
21
<HeaderedContentControl Classes =" groupbox" Header =" {DynamicResource notedefaults.lyric}" >
22
22
<Grid ColumnDefinitions =" 143,*" >
23
23
<Label Content =" {DynamicResource notedefaults.lyric}" Grid.Column=" 0" />
Original file line number Diff line number Diff line change 447
447
IsHitTestVisible =" False" VerticalAlignment =" Bottom" Margin =" 10,5"
448
448
IsVisible =" {Binding NotesViewModel.PrimaryKeyNotSupported}"
449
449
Text =" {DynamicResource tip.exps.notsupported}" />
450
- <Expander Grid.Column=" 3" Grid.RowSpan=" 5" ExpandDirection =" Left" IsExpanded =" {Binding NotesViewModel.ShowNoteParams}"
451
- Background =" {DynamicResource SystemRegionBrush}" Padding =" 0" >
452
- <c : NotePropertiesControl />
453
- </Expander >
450
+ <Border Grid.Column=" 3" Grid.RowSpan=" 5"
451
+ IsEnabled =" {Binding NotesViewModel.ShowNoteParams}"
452
+ IsVisible =" {Binding NotesViewModel.ShowNoteParams}"
453
+ Background =" {DynamicResource SystemRegionBrush}" Padding =" 0" >
454
+ <c : NotePropertiesControl />
455
+ </Border >
454
456
455
457
<Border Grid.Row=" 1" Grid.RowSpan=" 2" Grid.Column=" 1" HorizontalAlignment =" Stretch" VerticalAlignment =" Stretch"
456
458
BoxShadow =" inset 0 0 5 1 #3F000000" ClipToBounds =" True" IsHitTestVisible =" False" >
You can’t perform that action at this time.
0 commit comments