Posted 16 years ago by Matt
Version: 3.5.0420
Platform: .NET 3.0
Environment: Windows XP (32-bit)
Avatar
Create a textbox multiline, give it a ribbon theme and the caret appears vertically centered. However non ribbon themes appear as expected with caret at top. You can simulate this behaviour by applying texbox style ket and then setting the style to null to see the correct way it should be.

<TextBox AcceptsReturn="True" MaxLines="40" AcceptsTab="True" Margin="4,4,4,4"
Grid.Row="0" Grid.Column="0" Name="NewNoteTextEditor" UndoLimit="0"
HorizontalAlignment="Stretch" VerticalAlignment="Stretch" VerticalContentAlignment="Top"/>

Comments (1)

Posted 16 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Thanks Matt, this is now fixed for the next maintenance release.


Actipro Software Support

The latest build of this product (v24.1.2) was released 19 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.