Unplanned
Last Updated: 30 Mar 2016 13:17 by ADMIN
ADMIN
Stefan
Created on: 03 Mar 2015 08:44
Category: Editors
Type: Bug Report
0
FIX. RadTextBoxElement - unable to set MultiLine to true at design time
To reproduce:
1. Add ribbon with a tab, group and a RadTextBoxElement.
2. Open Edit UI Elements from the smart tag, select the TextBoxItem and set the MultiLine to true 
3. Run the app and the text box is not multiline

Workaround:
set it in code:             radTextBoxElement1.TextBoxItem.Multiline = true;

0 comments