File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change 118
118
FontSize =" 14"
119
119
Text =" {DynamicResource customShortcutExpansion}" />
120
120
121
- <DockPanel
122
- Grid.Row=" 1"
123
- Grid.Column=" 1"
124
- LastChildFill =" True" >
125
- <Button
126
- x : Name =" btnTestShortcut"
127
- Margin =" 0 0 10 0"
128
- Padding =" 10 5 10 5"
129
- Click =" BtnTestShortcut_OnClick"
130
- Content =" {DynamicResource preview}"
131
- DockPanel.Dock=" Right" />
121
+ <Grid Grid.Row=" 1" Grid.Column=" 1" >
122
+ <Grid .ColumnDefinitions>
123
+ <ColumnDefinition Width =" *" />
124
+ <ColumnDefinition Width =" Auto" />
125
+ </Grid .ColumnDefinitions>
132
126
<TextBox
133
127
x : Name =" tbExpand"
128
+ Grid.Column=" 0"
134
129
Margin =" 10 0 10 0"
135
130
HorizontalAlignment =" Stretch"
136
131
VerticalAlignment =" Center"
137
132
Text =" {Binding Value}" />
138
- </DockPanel >
133
+ <Button
134
+ x : Name =" btnTestShortcut"
135
+ Grid.Column=" 1"
136
+ Margin =" 0 0 10 0"
137
+ Padding =" 10 5 10 5"
138
+ Click =" BtnTestShortcut_OnClick"
139
+ Content =" {DynamicResource preview}" />
140
+ </Grid >
139
141
</Grid >
140
142
</StackPanel >
141
143
</StackPanel >
You can’t perform that action at this time.
0 commit comments