I have a text box that appears in a certain size and position in the Visual Studio Silverlight preview window. When I actually run the app, it appears to be much wider, and lower on the page. Why is this? (Sometimes I can fix the problem by deleting the control and making a new one like it, but it's frustrating.)
This is the XAML:
<TextBox Text="{Binding Cost, Mode=TwoWay, ValidatesOnExceptions=True}" Name="CostTextBox" Margin="269,410,458,174" Height="23" />