File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Microsoft.Toolkit.Uwp.UI.Controls.Input/TokenizingTextBox Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 68
68
<Grid .RowDefinitions>
69
69
<RowDefinition Height =" Auto" />
70
70
<RowDefinition Height =" Auto" />
71
+ <RowDefinition Height =" Auto" />
71
72
</Grid .RowDefinitions>
72
73
73
74
<ContentPresenter Content =" {TemplateBinding Header}"
108
109
ZoomMode =" {TemplateBinding ScrollViewer.ZoomMode}" >
109
110
110
111
<ItemsPresenter Padding =" {TemplateBinding Padding}"
111
- Margin =" {StaticResource TokenizingTextBoxPresenterMargin}"
112
- Footer =" {TemplateBinding Footer}"
113
- FooterTemplate =" {TemplateBinding FooterTemplate}"
114
- FooterTransitions =" {TemplateBinding FooterTransitions}" />
112
+ Margin =" {StaticResource TokenizingTextBoxPresenterMargin}" />
115
113
</ScrollViewer >
116
114
115
+ <ContentPresenter Grid.Row=" 2"
116
+ Content =" {TemplateBinding Footer}"
117
+ ContentTemplate =" {TemplateBinding FooterTemplate}"
118
+ Transitions =" {TemplateBinding FooterTransitions}"
119
+ FontWeight =" Normal"
120
+ TextWrapping =" Wrap"
121
+ VerticalAlignment =" Top" />
122
+
117
123
<VisualStateManager .VisualStateGroups>
118
124
<VisualStateGroup x : Name =" CommonStates" >
119
125
<VisualState x : Name =" Disabled" >
You can’t perform that action at this time.
0 commit comments