feat: 1. make full-screen dialog draggable to trigger window moving

2. Make sure full-screen is always full-screen when resizing window.
This commit is contained in:
rabbitism
2024-09-11 22:49:37 +08:00
parent 7271fb290a
commit e90189bbca
2 changed files with 16 additions and 4 deletions

View File

@@ -53,7 +53,6 @@ public abstract class DialogControlBase : OverlayFeedbackElement
set => SetAndRaise(IsFullScreenProperty, ref _isFullScreen, value);
}
protected override void OnApplyTemplate(TemplateAppliedEventArgs e)
{
base.OnApplyTemplate(e);