Declined
Last Updated: 11 Jun 2018 13:57 by Anthony
Anthony
Created on: 27 May 2018 16:47
Category: UI for WPF
Type: Bug Report
1
WatermarkTextBox: WatermarkContent doesn't respect TextWrapping setting
Setting the TextWrapping to Wrap or WrapWithOverflow will not allow the WatermarkContent to be wrapped.

Reason for decline: 

Instead of setting the content inline, we recommend setting it as follows: 

<telerik:RadWatermarkTextBox Width="100">
	<telerik:RadWatermarkTextBox.WatermarkContent>
		<TextBlock TextWrapping="Wrap" Text="Watermark Content Watermark Content Watermark Content Watermark Content" />
	</telerik:RadWatermarkTextBox.WatermarkContent>
</telerik:RadWatermarkTextBox>

More information can be found in our help about using the WatermarkContent and WatermarkTemplate properties: https://docs.telerik.com/devtools/wpf/controls/radwatermarktextbox/features#using-the-watermarkcontent-property
Please let us know if this is not applicable in the scenario of your application.
0 comments