syncfusion-wpf-tile-view — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited syncfusion-wpf-tile-view (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.
The TileViewControl is a WPF container that hosts TileViewItems in a customizable matrix layout. It supports auto-arrangement, drag-drop reordering, maximize/minimize functionality, and rich customization options.
📄 Read: references/getting-started.md
📄 Read: references/tile-items-features.md
📄 Read: references/arrangement-and-layout.md
📄 Read: references/data-binding.md
📄 Read: references/appearance-customization.md
<Window xmlns:syncfusion="http://schemas.syncfusion.com/wpf">
<syncfusion:TileViewControl Height="400" Width="600">
<syncfusion:TileViewItem Header="Tile 1"><TextBlock>Content 1</TextBlock></syncfusion:TileViewItem>
<syncfusion:TileViewItem Header="Tile 2"><TextBlock>Content 2</TextBlock></syncfusion:TileViewItem>
<syncfusion:TileViewItem Header="Tile 3"><TextBlock>Content 3</TextBlock></syncfusion:TileViewItem>
</syncfusion:TileViewControl>
</Window>CanMaximize="True" and CanMinimize="True" that expand on selectionCanClose="True" to show close button with Close="Handler" eventAllowDragDrop="True" to enable tile repositioning| Property | Type | Purpose |
|---|---|---|
Header | Object | Tile header content/title |
Content | Object | Main tile content area |
CanMaximize | bool | Enable maximize functionality |
CanMinimize | bool | Enable minimize functionality |
CanClose | bool | Show close button |
MinimizedHeight / MinimizedWidth | double | Size when minimized |
MaximizedHeight / MaximizedWidth | double | Size when maximized |
AllowDragDrop | bool | Allow tile reordering |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.