maui
maui copied to clipboard
[Windows] Set `CanDrag` and `AllowDrop` only if needed
Description of Change
This PR makes it so that _container.CanDrag and _container.AllowDrop are not set unnecessarily. The PR assumes that most of UI elements are not draggable and droppable by default.
Speedscope
- main: Maui.Controls.Sample.Sandbox.exe_20240524_132632.speedscope.MAIN1.json
- PR: Maui.Controls.Sample.Sandbox.exe_20240524_130213.speedscope.PR1.json
-> ~9% improvement
Issues Fixed
Contributes to #21787
/azp run
Azure Pipelines successfully started running 3 pipeline(s).
@jsuarezruiz Are the test failures real or not?
@Foda Could you take a look please?
@PureWeen is this good to merge?