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 6868 <Grid .RowDefinitions>
6969 <RowDefinition Height =" Auto" />
7070 <RowDefinition Height =" Auto" />
71+ <RowDefinition Height =" Auto" />
7172 </Grid .RowDefinitions>
7273
7374 <ContentPresenter Content =" {TemplateBinding Header}"
108109 ZoomMode =" {TemplateBinding ScrollViewer.ZoomMode}" >
109110
110111 <ItemsPresenter Padding =" {TemplateBinding Padding}"
111- Margin =" {StaticResource TokenizingTextBoxPresenterMargin}"
112- Footer =" {TemplateBinding Footer}"
113- FooterTemplate =" {TemplateBinding FooterTemplate}"
114- FooterTransitions =" {TemplateBinding FooterTransitions}" />
112+ Margin =" {StaticResource TokenizingTextBoxPresenterMargin}" />
115113 </ScrollViewer >
116114
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+
117123 <VisualStateManager .VisualStateGroups>
118124 <VisualStateGroup x : Name =" CommonStates" >
119125 <VisualState x : Name =" Disabled" >
You can’t perform that action at this time.
0 commit comments