To make a qr code resize, I'm using the code below, but when I run it it gives a memory error and crashes the application.
<syncfusion:SfBarcode
Height="Auto"
Width="Auto"
AutoModule="True"
ShowValue="False"
Value="TextQrcode">
<syncfusion:SfBarcode.Symbology>
<syncfusion:QRBarcode ErrorCorrectionLevel="Low" QRVersion="Auto">
</syncfusion:SfBarcode.Symbology>
</syncfusion:SfBarcode>
Is there any way for the component to expand itself according to the screen size?