Completed
Last Updated: 11 May 2015 10:41 by ADMIN
ADMIN
Dimitar
Created on: 10 Mar 2014 15:48
Category: UI Framework
Type: Bug Report
7
FIX. RadTextBox, RadDropDownList - the Anchor property does not work.
To reproduce: 
- Set the anchor property of RadTextBox or RadDropDownList as follows:
this.radTextBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));

Workaround;
Set the Autosize property to false:

this.radTextBox1.AutoSize = false;
0 comments