Rework view hierarchy for iOS

This commit is contained in:
2026-03-04 22:10:29 +09:00
parent 9e7ce7ef57
commit b0cc2c4f6b
15 changed files with 1356 additions and 1312 deletions
@@ -15,7 +15,7 @@ class DataGridDropHandler : BaseDataGridDropHandler<ReportFile>
protected override bool Validate(DataGrid dg, DragEventArgs e, object? sourceContext, object? targetContext, bool execute)
{
if (sourceContext is not ReportFile sourceItem
|| targetContext is not MainViewModel vm
|| targetContext is not CreatePDFReportViewModel vm
|| dg.GetVisualAt(e.GetPosition(dg)) is not Control targetControl
|| targetControl.DataContext is not ReportFile targetItem)
{