You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem appears to be that OverlayLayer inherits the measure behavior from Canvas, which measures all children with infinity size. We should probably measure its children using the passed availableSize instead.
Describe the bug
When running with
OverlayPopups = true
on a small screen (such as a small embedded device) theDatePicker
/TimePicker
popup gets truncated:To Reproduce
Steps to reproduce the behavior:
ControlCatalog.NetCore
,Program.cs
, enableOverlayPopups = true
in theWin32PlatformOptions
DatePicker
Expected behavior
The date/time picker popup should be truncated to the available size.
Screenshots
Desktop (please complete the following information):
master
The text was updated successfully, but these errors were encountered: