File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed
Files.App.Controls/BreadcrumbBar Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -15,5 +15,8 @@ public partial class BreadcrumbBar : Control
1515
1616 [ GeneratedDependencyProperty ]
1717 public partial object ? ItemTemplate { get ; set ; }
18+
19+ [ GeneratedDependencyProperty ]
20+ public partial string ? EllipsisButtonToolTip { get ; set ; }
1821 }
1922}
Original file line number Diff line number Diff line change 6666 Margin=" {StaticResource BreadcrumbBarItemMargin}"
6767 AutomationProperties.AccessibilityView=" Content"
6868 IsEllipsis=" True"
69+ ToolTipService.ToolTip=" {TemplateBinding EllipsisButtonToolTip}"
6970 Visibility=" Collapsed" >
7071 <FontIcon FontSize =" {StaticResource BreadcrumbBarEllipsisFontSize}" Glyph ="  " />
7172 </local : BreadcrumbBarItem >
Original file line number Diff line number Diff line change 340340 <controls : OmnibarMode .ContentOnInactive>
341341 <controls : BreadcrumbBar
342342 x:Name=" BreadcrumbBar"
343+ EllipsisButtonToolTip=" View collapesed path parts"
343344 ItemClicked=" BreadcrumbBar_ItemClicked"
344345 ItemDropDownFlyoutClosed=" BreadcrumbBar_ItemDropDownFlyoutClosed"
345346 ItemDropDownFlyoutOpening=" BreadcrumbBar_ItemDropDownFlyoutOpening"
You can’t perform that action at this time.
0 commit comments