Completed
Last Updated: 03 Jul 2018 16:02 by ADMIN
ADMIN
Martin Ivanov
Created on: 18 Oct 2017 10:12
Category: Barcode
Type: Bug Report
1
Barcode: QR code image is blurry when the Text property is changed while the control is collapsed
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.
2 comments
ADMIN
Vladimir Stoyanov
Posted on: 03 Jul 2018 16:02
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
Damian
Posted on: 25 Oct 2017 11:52
Did you managed to change the barcode to use the Path for the display purpose or is it only OnApplyTemplate() called internally?