Increase the line height

SyntaxEditor for WPF Forum

Posted 10 years ago by Ismael
Version: 14.2.0610
Avatar

Hi,

Is it possible to increase the line height? Some editors like Sublime Text allows you to add some padding (both top and bottom) to increase the line height, which IMO definitively improves the visual. 

You can actually achieve something like this in a TextBox/TextBlock by using these attached properties:

TextBlock.LineHeight="12"
TextBlock.LineStackingStrategy="BlockLineHeight"

 

Thanks.

Comments (2)

Posted 10 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hello,

There isn't any option for that right now.  We do have a TODO item to possibly add some padding options for view lines in the future, and will mark down your request with that item.


Actipro Software Support

Posted 10 years ago by Ismael
Avatar

Great. Thank you.

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

Add Comment

Please log in to a validated account to post comments.