We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

CheckBoxAdv doesn't show FocusRectanlge when Style is set to Metro

CheckBoxAdv doesn't show FocusRectanlge when Style is set to Metro eventhough the DrawFocusRectangle property is set to true.
If you set Style property to Default then everything works as expected.

Check zip in attachment.

Is this supposed to behave like described above?

Regards

Attachment: DrawFocusRectangle_9e20bd71.zip

3 Replies

SK Senthil Kumaran Rajan Syncfusion Team December 18, 2015 12:58 PM UTC

Hi SysNop,

Thanks for contacting Syncfusion Support.

We have internally handled the DrawFocusRectangle property for Metro style in CheckBoxAdv for flat look and appearance. Hence this property has been disabled, for Metro style. If you would like to enable Focus rectangle appearance, we suggest to use the DrawFocusRectangle property after style has been initialized. Please make use of the below code example.


Code Example[C#]:

//Draw focus rectangle for CheckBoxAdv

this.checkBoxAdv1.DrawFocusRectangle = true;



We have prepared the sample for your reference and it can be downloaded from here.


Sample : http://www.syncfusion.com/downloads/support/forum/121469/ze/DrawFocusRectangle-1854520924

 

Please refer the below screenshot for further reference.




Regards,
Senthil



SY SysNop December 23, 2015 02:41 PM UTC

It works.

Thank You.

Regards.


SK Senthil Kumaran Rajan Syncfusion Team December 24, 2015 04:48 AM UTC

Hi SysNop,

Thank you for your update.

We are glad to know that, your requirement has been achieved. Please let us know if you need any further assistance, we will be happy to assist you.

Regards,
Senthil

Loader.
Live Chat Icon For mobile
Up arrow icon