MahApps.Metro by Paul Jenkins; Jake Ginnivan; Brendan Forster (shiftkey); Alex Mitchell (Amrykid); Dennis Daume (flagbug); Jan Karger (punker76)

<PackageReference Include="MahApps.Metro" Version="1.1.1" />

.NET API 905,312 bytes

 FlyoutsControl

public class FlyoutsControl : ItemsControl
A FlyoutsControl is for displaying flyouts in a MetroWindow. MetroWindow

Gets/sets whether ExternalCloseButton is ignored and all flyouts behave as if it was set to the value of this property.

public bool OverrideIsPinned { get; set; }

Gets/sets whether IsPinned is ignored and all flyouts behave as if it was set false.

public FlyoutsControl()