(fix) Some functionality doesn't work when TimeBox is contained in DataGrid

This commit is contained in:
LiWenhao
2024-05-06 13:31:20 +08:00
parent 818c884316
commit 46197d6408

View File

@@ -332,6 +332,8 @@ public class TimeBox : TemplatedControl
MoveCaret(_currentActiveSectionIndex.Value);
}
}
e.Handled = true;
}
protected override void OnPointerReleased(PointerReleasedEventArgs e)