We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cabc667 commit 902c257Copy full SHA for 902c257
1 file changed
dev/TabView/TabViewItem.cpp
@@ -97,6 +97,7 @@ void TabViewItem::OnIsSelectedPropertyChanged(const winrt::DependencyObject& sen
97
if (IsSelected())
98
{
99
SetValue(winrt::Canvas::ZIndexProperty(),box_value(20));
100
+ StartBringIntoView();
101
}
102
else
103
0 commit comments