Summary
Is there any use for MinimumWidth/HeightRequest
? According to this thread, they do not function as expected and will not be fixed because the fix would represent a big breaking change. If this is the case, can we mark these properties obsolete so that people don't have to waste time trying to use them only to find out they don't work?
API changes
The following will be obsolete:
MinimumWidthRequestProperty
MinimumHeightRequestProperty
MinimumWidthRequest
MinimumHeightRequest
Intended use case
For anyone who expects these to work. If they don't work, then the APIs should not encourage us to use them.