Collapsed text borders

SyntaxEditor for Windows Forms Forum

Posted 17 years ago by Marianne
Avatar
Since moving to 4.0, my collapsed text does not contain a border. Is there a setting to enable this or do I now need to draw this?

------------------------------- Marianne

Comments (1)

Posted 17 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
If you are using the default style for collapsed text it will draw. I think you probably have a style in your language for CollapsibleTextStyle though and since new options were added in 4.0, you need to add borders like this:
 <Style Key="CollapsibleTextStyle" Name="Collapsible Text" ForeColor="Gray" BorderStyle="Solid" BorderCornerStyle="SinglePixelRounded" />


Actipro Software Support

The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.