microsoft / microsoft-ui-xaml

Windows UI Library: the latest Windows 10 native controls and Fluent styles for your applications
MIT License
6.3k stars 675 forks source link

TitleBar cannot be accessed in TabWindowing sample. #3450

Closed Vinothini-V closed 1 year ago

Vinothini-V commented 3 years ago

Describe the bug TitleBar cannot be accessed in TabWindowing sample.

Steps to reproduce the bug

Steps to reproduce the behavior:

Go to 'TabViewWindowingSamplePage' Click on 'Launch window' Now hover the TabItems in the window. But it cannot be accessed. Expected behavior We should able to access this.

Actual behavior Now we unable to click on the TabItems.

Screenshots

Version Info

NuGet package version: 3.0.0-preview2.200713.0

Windows app type: UWP Win32
Yes
Windows 10 version Saw the problem?
Insider Build (xxxxx)
May 2020 Update (19041)
November 2019 Update (18363) Yes
May 2019 Update (18362)
October 2018 Update (17763)
April 2018 Update (17134)
Fall Creators Update (16299)
Creators Update (15063)

OS version : 1909 Build : 18363.1139

Device form factor Saw the problem?
Desktop Yes
Xbox
Surface Hub
IoT

Additional context In master branch we have this line to get access of the Titlebar content,

Window.Current.SetTitleBar(CustomDragRegion); but now in winuipreview3 branch this method is not available.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 5 days.