File tree Expand file tree Collapse file tree 2 files changed +17
-12
lines changed Expand file tree Collapse file tree 2 files changed +17
-12
lines changed Original file line number Diff line number Diff line change 13
13
<Grid x : Name =" rootGrid" Background =" Transparent" >
14
14
<muxc : TabView
15
15
x : Name =" TabStrip"
16
- Grid.Row=" 0"
17
- Padding =" 0"
18
- IsAddTabButtonVisible =" False"
19
16
VerticalAlignment =" Stretch"
20
17
x : FieldModifier =" public"
18
+ Background =" Transparent"
19
+ IsAddTabButtonVisible =" False"
21
20
SelectionChanged =" TabStrip_SelectionChanged"
22
21
TabCloseRequested =" TabStrip_TabCloseRequested"
23
22
TabWidthMode =" Equal" >
37
36
<DataTemplate >
38
37
<Grid >
39
38
<Grid .ColumnDefinitions>
40
- <ColumnDefinition Width =" Auto" />
41
- <ColumnDefinition Width =" *" />
39
+ <ColumnDefinition Width =" Auto" />
40
+ <ColumnDefinition Width =" *" />
42
41
</Grid .ColumnDefinitions>
43
- <Button Click =" AddTabButton_Click" x : Name =" AddTabButton" Margin =" 2,0" Background =" Transparent" Width =" 28" Height =" 28" >
42
+ <Button
43
+ x : Name =" AddTabButton"
44
+ Width =" 28"
45
+ Height =" 28"
46
+ Margin =" 2,0"
47
+ Background =" Transparent"
48
+ Click =" AddTabButton_Click" >
44
49
<Button .Content>
45
- <FontIcon FontSize =" 10" Glyph ="  " />
50
+ <FontIcon FontSize =" 10" Glyph ="  " />
46
51
</Button .Content>
47
52
</Button >
48
53
<Grid
49
- x : Name =" DragArea"
50
- Background =" Transparent"
51
- MinWidth =" 175"
54
+ x : Name =" DragArea"
52
55
Grid.Column=" 1"
53
- Loaded =" DragArea_Loaded" />
56
+ MinWidth =" 175"
57
+ Background =" Transparent"
58
+ Loaded =" DragArea_Loaded" />
54
59
</Grid >
55
-
56
60
</DataTemplate >
57
61
</muxc : TabView .TabStripFooterTemplate>
58
62
<muxc : TabView .KeyboardAccelerators>
Original file line number Diff line number Diff line change 29
29
HorizontalContentAlignment =" Stretch"
30
30
Canvas.ZIndex=" 100"
31
31
OffsetX =" -4"
32
+ OffsetY =" 10"
32
33
ShadowOpacity =" .07" >
33
34
<Grid >
34
35
<Grid .RowDefinitions>
You can’t perform that action at this time.
0 commit comments