Universal Windows Platform
Universal Windows Platform (UWP) is an API that allows developers to create cross-platform applications that are able to run on Windows 10, Windows 10 Mobile, Xbox One and HoloLens.
Here are 1,704 public repositories matching this topic...
Description
After setting 'Display the vertical tab flyout on the title bar' to off, the button still appears after switching to compact overlay mode. Exiting out of compact overlay mode, the button is permanently in the title bar.
Steps To Reproduce
- Go to Settings > Multitasking
- Turn off "Display the vertical tab flyout on the title bar"
- Close settings
- Turn on compact o
-
Updated
Nov 4, 2021 - C#
Current behavior
When I removed the status bar by adding those 4 lines in the style.xml
<item name="android:windowTranslucentStatus">false</item>
<item name="android:windowTranslucentNavigation">true</item>
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
<item name="android:statusBarColor">@android:color/transparent</item>
Applying `VisibleBoundsPadding
-
Updated
Nov 4, 2021 - C#
-
Updated
Nov 6, 2021 - C#
From comment on review here: CommunityToolkit/WindowsCommunityToolkit#4206 (comment)
Describe the bug
Our DataGrid Mountain CSV file: https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/main/Microsoft.Toolkit.Uwp.SampleApp/Assets/mtns.csv
Doesn't contain all the precise dates. Would be good if we can fill in more month/dates for the li
These localized folders are not getting updates anymore (deprecated by touchdown localization)
bn-BD
ha-Latn-NG
sw-KE
uz-Latn-UZ
we can remove those folders from the build to avoid confusion since those files don't get updates.
-
Updated
Nov 7, 2021 - C
-
Updated
Nov 6, 2021 - C#
-
Updated
Oct 30, 2021 - C#
-
Updated
Nov 1, 2021 - C#
-
Updated
Nov 5, 2021 - C#
-
Updated
Nov 5, 2021 - C++
-
Updated
Nov 3, 2021 - C
-
Updated
Nov 2, 2021 - C#
-
Updated
Nov 4, 2021 - C#
-
Updated
Jun 24, 2021 - C#
-
Updated
Nov 4, 2021 - C#
-
Updated
May 4, 2021
-
Updated
Nov 5, 2021 - C#
Created by Microsoft
- Wikipedia
- Wikipedia
The "src" directory contains a number of JS files that are added to the base copy of RN. It is not a complete source tree itself. Renaming to "patches" would increase clarity of intent, and follow OSS "patch-package" conventions.