question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Customizable title bar

See original GitHub issue

Is possible a easy customizable title bar? Like a UWP Window, I think it do more easy the customizable windows. The documentation is this https://docs.microsoft.com/en-us/windows/uwp/design/shell/title-bar

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

5reactions
FrankenAppscommented, Aug 22, 2020

Yes, that’s easily possible. However not the same way as in UWP. Use the 0.10-previewX and set

ExtendClientAreaToDecorationsHint="True"
ExtendClientAreaChromeHints="NoChrome"
ExtendClientAreaTitleBarHeightHint="-1"

then you can roll your own custom title bar, like in this example. You will have to set IsHitTestVisible="False" on non-transparent areas, in order to allow for dragging the window.

0reactions
Dynesshelycommented, Jun 7, 2022

in linux or mac it would be diffcult but I think it could be done when running in windows

Read more comments on GitHub >

github_iconTop Results From Across the Web

Title bar customization - Windows apps
There are two levels of customization that you can apply to the title bar: apply minor modifications to the default title bar, or...
Read more >
How To Build A Custom Page Title Bar Layout
You can create a Custom Layout Section for a Page Title Bar in one of two ways. You can head to the Layout...
Read more >
Customize the Title Bar
Access Title Bar customization options. Let's learn how to customize your Title Bar using the Theme Editor, accessible via the Dashboard.
Read more >
Custom Title Bars
The NOMADS Custom Title Bar feature, added in PxPlus 2017, allows you to design your own title bar to customize the look and...
Read more >
custom-electron-titlebar
Custom Electron Titlebar. This project is a typescript library for electron that allows you to configure a fully customizable title bar.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found