Hey guys, is there a way to have the rich text box collapse to as small as the content within? As you type it would get bigger. I'm using the Continuous LayoutType.
How it currently looks:
This is how I want it to be:
Here is my code:
<sfr:SfRichTextBoxAdv Name="uiRichTextBox"
ContentChanged="UiRichTextBox_ContentChanged"
LayoutType="Continuous"
BorderBrush="Gray"
Background="White"
BorderThickness="{ThemeResource TextControlBorderThemeThickness}"
Width="280"/>