Hi Richard,
Thank you for contacting Syncfusion support.
As of now we don’t have direct support to resize the Multiline text editor size
height based on dataform item height, instead you can achieve your requirement
by setting the RowSpan property value to the DataFormItem.
Code snippet:
|
private string firstName; [DisplayOptions(RowSpan
= 2)] public string FirstName {
get { return this.firstName; }
set
{
this.firstName = value;
} } |
Please refer the below link for more details.
https://help.syncfusion.com/xamarin/sfdataform/layout#spanning-rows-and-columns
We have already logged feature task for spanning the Height of MultiLineEditor based
on Text.We have added it to our feature request list. We will implement this
feature in any of our upcoming volume release.
Regards,
Deivaselvan
Hi Richard,
We are happy to know that you have achieved your requirement with the given
details. Please let us know if you require any further assistance.
Regards,
Deivaselvan