Hi
I have a database column with properties nvarchar(max), so on occasions it may be very long.
On an edit screen, I use TextArea with autosizing for this and it works perfectly.
On a read-only screen, what can I use instead of TextArea? I tend to use Label component to display values, but I cannot get the text to wrap or the field to autosize. Is this possible, or should I use a different component?
Cheers
Reg