If you change the value of the Text property of RadBarcodeQR while its Visibility is set to Collapsed and then set it back to Visible, the barcode generates a blurry image. To work this around you can call the OnApplyTemplate() method of RadBarcodeQR after you change its Visibility to Visible.
Hello Damian, We haven't modified the barcode to use a Path. The modification was to make sure that the new image is generated with the correct size. That was necessary since when the control is collapsed the size is 0, 0. Best regards, Vladi
Did you managed to change the barcode to use the Path for the display purpose or is it only OnApplyTemplate() called internally?