Summary
Gets or sets wether the resizing of the window should be tried in a way that does not cause flicker/jitter, especially when resizing from the left side.
- Namespace
- MahApps
.Metro .Controls - Containing Type
- MetroWindow
Syntax
public bool TryToBeFlickerFree { get; set; }
Remarks
Please note that setting this to
true
may cause resize lag and black areas appearing on some systems.
Value
Type | Description |
---|---|
bool |