This question is locked. New answers and comments are not allowed.
<telerik:RadWatermarkTextBox Margin="0,3,0,0" Width="260" Height="150" HorizontalAlignment="Left" WatermarkContent="test" AcceptsReturn="False" TextWrapping="Wrap" VerticalScrollBarVisibility="Auto"/>If I have a large RadWatermarkTextBox, when you start typing the text is in the center of the box. If I change it to a standard TextBox, when you start typing it is at the top of the box (which is desired). Is this a bug with RadWatermarkTextBox? Is there a RadWatermarkTextBox property to force the typing to begin at the top of the box instead of the center?