Describe your motivation
setForceOverlay(true) can be used to force the detail content to always render as an overlay.
This seems like an unnecessary API, as the same can be achieved by setting the master side's size to 100%.
Describe the solution you'd like
Remove setForceOverlay and getForceOverlay, if testing indicates that setMasterSize("100%") is reliable and sufficient.
Describe alternatives you've considered
No response
Additional context
No response
Describe your motivation
setForceOverlay(true)can be used to force the detail content to always render as an overlay.This seems like an unnecessary API, as the same can be achieved by setting the master side's size to 100%.
Describe the solution you'd like
Remove
setForceOverlayandgetForceOverlay, if testing indicates thatsetMasterSize("100%")is reliable and sufficient.Describe alternatives you've considered
No response
Additional context
No response