Skip to content
#

winui

Here are 111 public repositories matching this topic...

Files
Hefaistos68
Hefaistos68 commented Nov 25, 2021

What's the Problem?

When disabling all sidebar items, one ends up with an totally empty space, no indication whatsoever what to do with/from it.

Solution/Idea

When no item at all is visible, at least show a text indicating that those items can be turned back on in the settings, or allow a context menu with the items to toggle them on.

Alternatives

Keep at least one last item alway

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

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