@@ -13,7 +13,7 @@ public ApplicationMonitorView()
13
13
nameof ( ShowToolbar ) ,
14
14
typeof ( bool ) ,
15
15
typeof ( ApplicationMonitorView ) ,
16
- new PropertyMetadata ( defaultValue : false ) ) ;
16
+ new PropertyMetadata ( defaultValue : true ) ) ;
17
17
18
18
public bool ShowToolbar
19
19
{
@@ -25,7 +25,7 @@ public bool ShowToolbar
25
25
nameof ( ShowClearInToolbar ) ,
26
26
typeof ( bool ) ,
27
27
typeof ( ApplicationMonitorView ) ,
28
- new PropertyMetadata ( defaultValue : false ) ) ;
28
+ new PropertyMetadata ( defaultValue : true ) ) ;
29
29
30
30
public bool ShowClearInToolbar
31
31
{
@@ -37,7 +37,7 @@ public bool ShowClearInToolbar
37
37
nameof ( ShowAutoScrollInToolbar ) ,
38
38
typeof ( bool ) ,
39
39
typeof ( ApplicationMonitorView ) ,
40
- new PropertyMetadata ( defaultValue : false ) ) ;
40
+ new PropertyMetadata ( defaultValue : true ) ) ;
41
41
42
42
public bool ShowAutoScrollInToolbar
43
43
{
@@ -49,7 +49,7 @@ public bool ShowAutoScrollInToolbar
49
49
nameof ( ShowSearchInToolbar ) ,
50
50
typeof ( bool ) ,
51
51
typeof ( ApplicationMonitorView ) ,
52
- new PropertyMetadata ( defaultValue : false ) ) ;
52
+ new PropertyMetadata ( defaultValue : true ) ) ;
53
53
54
54
public bool ShowSearchInToolbar
55
55
{
0 commit comments