Completed
Last Updated: 07 May 2015 14:02 by ADMIN
ADMIN
George
Created on: 29 May 2014 12:56
Category: UI Framework
Type: Bug Report
0
FIX. RadCheckBox - setting the anchor property to Top and Right while the AutoSize property is set to true causes the control to move to the left when adding other controls at design time
To reproduce:

Add a Panel to a Form. Add a RadCheckBox to the same panel and set the Anchor to Top and Right. You will see that the RadCheckBox will move to the left. Continue adding controls and watch the RadCheckBox move.

This is also reproducible with RadRadionButton

Workaround:

Set the AutoSize Property to false.
0 comments