syncfusion-wpf-chromeless-window
Installation
SKILL.md
Implementing Chromeless Window
This skill explains how to implement and customize the Syncfusion WPF ChromelessWindow.
When to Use This Skill
- Use when the user needs a frameless/chromeless WPF window with a customizable title bar.
- Use when customizing titlebar background, height, font, icon, or alignment.
- Use when adding controls or custom buttons to the title bar (left/right).
- Use when changing borders, corner radius, resize behavior, or theme integration.
- Use when the user needs
UseNativeChromebehavior for window docking.
Navigation Guide
Follow the links below to open focused reference pages for each task.
Getting started
📄 Read: references/getting-started.md
- Add
ChromelessWindowto a project, basic properties and quick examples.