Hello,
is it possible to force syntax highlighting, after setting expression in ExpressionEditor via property ExpressionText? (coming from binding)
On VisualStudio2013_Dark u can't read the expression without highlighting.
What i'm doing wrong? The scrollviewers bottom on editor categories and selected category items are hidden?
I'm using Telerik.Windows.Themes.VisualStudio2013 2017.1.313.40. The ExpressionEditor is in a GridRow with height of 300. It should be high enough?!
<telerik:RadExpressionEditor Grid.Row="5"ExpressionText="{Binding RollenExpression.Expression, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"Item="{Binding Source={x:Static slapz:MainWindowViewModel.Instance}, Path=Users[0]}"ExpressionChanged="ExpressionEditor_OnExpressionChanged"x:Name="ExpressionEditor"/>
Thanks for any reply.
Regards
Philipp