syncfusion-wpf-chromeless-window — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited syncfusion-wpf-chromeless-window (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
This skill explains how to implement and customize the Syncfusion WPF ChromelessWindow.
UseNativeChrome behavior for window docking.Follow the links below to open focused reference pages for each task.
📄 Read: references/getting-started.md
ChromelessWindow to a project, basic properties and quick examples.📄 Read: references/overview.md
📄 Read: references/titlebar-customization.md
📄 Read: references/titlebar-custom-buttons.md 📄 Read: references/adding-controls.md
📄 Read: references/styling.md
📄 Read: references/border-customization.md 📄 Read: references/corner-radius.md
📄 Read: references/visual-structure.md 📄 Read: references/set-visual-styles.md
📄 Read: references/use-native-chrome.md
UseNativeChrome behavior and notes for docking.📄 Read: references/end-user-capabilities.md
Minimal ChromelessWindow example (XAML):
<syncfusion:ChromelessWindow x:Class="Chromelesswindow.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:syncfusion="clr-namespace:Syncfusion.Windows.Shared;assembly=Syncfusion.Shared.WPF"
Title="ChromelessWindow Sample" Height="350" Width="525"
TitleBarBackground="#FF2D2D2D" TitleFontSize="14" TitleBarHeight="36">
<Grid>
<!-- App content here -->
</Grid>
</syncfusion:ChromelessWindow>LeftHeaderItemsSource / RightHeaderItemsSource.TitleBarTemplate / TitleButtonTemplate to fully customize visuals.App.xaml when modifying many template parts.ResizeMode and ShowMaximizeButton/ShowMinimizeButton.TitleBar named PART_TitleBar is present in the template.ResizeBorderThickness.App.xaml and keys match.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.