Completed
Last Updated: 11 Oct 2018 14:12 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 27 Sep 2018 07:55
Category: Editors
Type: Bug Report
1
FIX. RadTextBox - incorrect control's bounds when manipulating the AutoSize property at design time
To reproduce: follow the steps illustrated in the gif file.

1. Set Autosize = false.

2. Resize the control by increasing its height.

3. Change Multiline property to true.

4. Change Multiline property to false.

5. Autosize property is reset by doing 4. So set Autosize to false again.

Workaround: Use only the Multiline property.
Attached Files:
1 comment
ADMIN
Ivan Petrov
Posted on: 03 Oct 2018 13:17
The AutoSize property should not be visible in the designer and whether the control can be resized should be controlled by the Multiline property.