File tree Expand file tree Collapse file tree 2 files changed +0
-21
lines changed
Microsoft.Toolkit.Uwp.UI.Controls/TabbedCommandBar Expand file tree Collapse file tree 2 files changed +0
-21
lines changed Original file line number Diff line number Diff line change 77
77
<ItemsStackPanel Orientation =" Horizontal" />
78
78
</ItemsPanelTemplate >
79
79
</NavigationViewList .ItemsPanel>
80
- <NavigationViewList .ItemContainerTransitions>
81
- <TransitionCollection />
82
- </NavigationViewList .ItemContainerTransitions>
83
80
</NavigationViewList >
84
81
<Button x : Name =" TopNavOverflowButton"
85
82
Grid.Column=" 4"
Original file line number Diff line number Diff line change @@ -43,24 +43,6 @@ public object Header
43
43
set => SetValue ( HeaderProperty , value ) ;
44
44
}
45
45
46
- /// <summary>
47
- /// Identifies the <see cref="Footer"/> property.
48
- /// </summary>
49
- public static readonly DependencyProperty FooterProperty = DependencyProperty . Register (
50
- nameof ( Footer ) ,
51
- typeof ( UIElement ) ,
52
- typeof ( TabbedCommandBarItem ) ,
53
- new PropertyMetadata ( new Border ( ) ) ) ;
54
-
55
- /// <summary>
56
- /// Gets or sets the <see cref="UIElement"/> to be displayed in the footer of the tab.
57
- /// </summary>
58
- public UIElement Footer
59
- {
60
- get => ( UIElement ) GetValue ( FooterProperty ) ;
61
- set => SetValue ( FooterProperty , value ) ;
62
- }
63
-
64
46
/// <summary>
65
47
/// Identifies the <see cref="IsContextual"/> property.
66
48
/// </summary>
You can’t perform that action at this time.
0 commit comments