Popup Sizing Conflict

Explicit WidthRequest="450" in xaml conflicts with popup.show(true).  It will not show full screen



1 Reply

DV Diwakar Venkatesan Syncfusion Team August 28, 2023 01:21 PM UTC

Hi Todd Block,


We want to inform you that the query you mentioned was the default behavior of the popup. In the SfPopup, the width request is given the highest priority. This means that even if we use the Show(true) function, if a width or height request was provided in the sample, the popup will only consider the requested width and height as the dimensions of the popup view. When using a fullscreen popup, we recommend avoiding manual adjustments to the width or height.


We hope that this helps you. Please let us know if you need further assistance.

Regards,

Diwakar V


Loader.
Up arrow icon