The Wayback Machine - https://web.archive.org/web/20220209013058/https://github.com/topics/winui
Skip to content
#

winui

Here are 122 public repositories matching this topic...

DevToys
rdeveen
rdeveen commented Jan 27, 2022

What's the Problem?

The automated build does not run the Unit Tests.

Solution/Idea

Change the Azure Pipelines to automaticly run the Unit Tests on every build.

Alternatives

(remove the tests ;))

Priorities

Capability Priority
This proposal will allow developers to use a better DevToys Must

DevToys Version

No response

Comm

uno
takla21
takla21 commented Jun 10, 2021

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

microsoft-ui-xaml
chausner
chausner commented Jan 17, 2022

I got the following error after changing the base class to WindowEx in the code-behind:

error CS0263: Partial declarations of 'MainWindow' must not specify different base classes

Took me a few minutes to figure out that I would need to change the tag name in XAML, as well:

<winuiex:WindowEx
    xmlns:winuiex="using:WinUIEx">
</winuiex:WindowEx>

I suggest to extend the d

Improve this page

Add a description, image, and links to the winui topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the winui topic, visit your repo's landing page and select "manage topics."

Learn more