Skip to content

Commit 300109a

Browse files
committed
Merged main into live
2 parents eb41f92 + 76f2691 commit 300109a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

hub/apps/design/controls/tab-view.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,13 @@ private void TabView_TabCloseRequested(muxc.TabView sender, muxc.TabViewTabClose
9595

9696
There are a number of ways to take advantage of or extend a [TabView](/uwp/api/microsoft.ui.xaml.controls.tabview)'s functionality.
9797

98+
### Tab tear-out
99+
100+
Starting in Windows App SDK 1.6, TabView supports a [CanTearOutTabs](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.tabview.cantearouttabs) mode which provides an enhanced experience for dragging tabs out to a new window. When this new option is enabled, tab dragging is very much like the tab drag experience in Edge and Chrome where a new window is immediately created during the drag, allowing the user to drag it to the edge of the screen to maximize or snap the window in one smooth motion. This implementation also doesn't use drag-and-drop APIs, so it isn't impacted by any limitations in those APIs.
101+
102+
> [!NOTE]
103+
> Tab tear-out is supported in processes running elevated as Administrator.
104+
98105
### Bind TabItemsSource to a TabViewItemCollection
99106

100107
```xaml

0 commit comments

Comments
 (0)